Html Css Color HEX #C94219 Harley Davidson Orange

📋 copy color: '#C94219'

red 201 ◦ green 66 ◦ blue 25

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

Shades of Harley Davidson Orange #C94219

Tints of Harley Davidson Orange #C94219

RGB

 RED value IS 201 (78.91% from 255) = 68.84%

 GREEN value IS 66 (26.17% from 255) = 22.6%

 BLUE value IS 25 (10.16% from 255) = 8.56%

R = 68.84%
G = 22.6%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C94219 (or 0xC94219) is known color: Harley Davidson Orange. HEX triplet: C9, 42 and 19. RGB value is (201,66,25). Sum of RGB (Red+Green+Blue) = 201+66+25=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C94219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94219 is #36BDE6. Grayscale: #656565. Windows color (decimal): -3587559 or 1655497. OLE color: 1655497.

HSL color Cylindrical-coordinate representation of color #C94219: hue angle of 13.98º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C94219 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 66 25 -
CMYK 0 0.67 0.88 0.21
HSL 13.98º 0.78% 0.44% -
HSV(B) 13.98º 0.88% 0.79% -
XYZ 26.21 16.38 2.7 -
YUV 101.69 84.73 198.83 -
System Red Green Blue C M Y K H S L
Decimal 201 66 25 0 0.67 0.88 0.21 13.98 0.78 0.44
Hex C9 42 19 0 43 58 15 E 4E 2C
Octal 311 102 31 0 103 130 25 16 116 54
Binary 11001001 1000010 11001 0 1000011 1011000 10101 1110 1001110 101100

Color Harmonies of #C94219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94219

Black with #C94219

Text Example


Text Example

White with #C94219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94219; }

 p { color: rgb(201,66,25); }

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

background-color css

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

 a { background-color: rgb(201,66,25); }

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

border-color css

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

 span { border-color: rgb(201,66,25); }

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