Html Css Color HEX #C53D1E Harley Davidson Orange

📋 copy color: '#C53D1E'

red 197 ◦ green 61 ◦ blue 30

#C53D1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #C53D1E

Tints of Harley Davidson Orange #C53D1E

RGB

 RED value IS 197 (77.34% from 255) = 68.4%

 GREEN value IS 61 (24.22% from 255) = 21.18%

 BLUE value IS 30 (12.11% from 255) = 10.42%

R = 68.4%
G = 21.18%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C53D1E (or 0xC53D1E) is known color: Harley Davidson Orange. HEX triplet: C5, 3D and 1E. RGB value is (197,61,30). Sum of RGB (Red+Green+Blue) = 197+61+30=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53D1E is #3AC2E1. Grayscale: #626262. Windows color (decimal): -3850978 or 1981893. OLE color: 1981893.

HSL color Cylindrical-coordinate representation of color #C53D1E: hue angle of 11.14º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C53D1E is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 61 30 -
CMYK 0 0.69 0.85 0.23
HSL 11.14º 0.74% 0.45% -
HSV(B) 11.14º 0.85% 0.77% -
XYZ 24.93 15.3 2.87 -
YUV 98.13 89.56 198.52 -
System Red Green Blue C M Y K H S L
Decimal 197 61 30 0 0.69 0.85 0.23 11.14 0.74 0.45
Hex C5 3D 1E 0 45 55 17 B 4A 2D
Octal 305 75 36 0 105 125 27 13 112 55
Binary 11000101 111101 11110 0 1000101 1010101 10111 1011 1001010 101101

Color Harmonies of #C53D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53D1E

Black with #C53D1E

Text Example


Text Example

White with #C53D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53D1E; }

 p { color: rgb(197,61,30); }

 H1.HeaderClassName
 {
   color: #C53D1E;
 }
 .AnyTagClassName
 {
   color: #C53D1E;
 }
</style>

background-color css

<style>
 a { background-color: #C53D1E; }

 a { background-color: rgb(197,61,30); }

 div.DivClassName
 {
   background-color: #C53D1E;
 }
 .BgClassName
 {
   background-color: #C53D1E;
 }
</style>

border-color css

<style>
 span { border-color: #C53D1E; }

 span { border-color: rgb(197,61,30); }

 td.TdClassName
 {
   border-color: #C53D1E;
 }
 .TagClassName
 {
   border-color: #C53D1E;
 }
</style>