Html Css Color HEX #C72004 Harley Davidson Orange

📋 copy color: '#C72004'

red 199 ◦ green 32 ◦ blue 4

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

Shades of Harley Davidson Orange #C72004

Tints of Harley Davidson Orange #C72004

RGB

 RED value IS 199 (78.13% from 255) = 84.68%

 GREEN value IS 32 (12.89% from 255) = 13.62%

 BLUE value IS 4 (1.95% from 255) = 1.7%

R = 84.68%
G = 13.62%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C72004 (or 0xC72004) is known color: Harley Davidson Orange. HEX triplet: C7, 20 and 04. RGB value is (199,32,4). Sum of RGB (Red+Green+Blue) = 199+32+4=235 (31% of max value = 765). Red value is 199 (78.12% from 255 or 84.68% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 199 - color contains mainly: red. Hex color #C72004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72004 is #38DFFB. Grayscale: #4F4F4F. Windows color (decimal): -3727356 or 270535. OLE color: 270535.

HSL color Cylindrical-coordinate representation of color #C72004: hue angle of 8.62º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C72004 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 32 4 -
CMYK 0 0.84 0.98 0.22
HSL 8.62º 0.96% 0.4% -
HSV(B) 8.62º 0.98% 0.78% -
XYZ 24.09 13.18 1.39 -
YUV 78.74 85.83 213.78 -
System Red Green Blue C M Y K H S L
Decimal 199 32 4 0 0.84 0.98 0.22 8.62 0.96 0.4
Hex C7 20 4 0 54 62 16 9 60 28
Octal 307 40 4 0 124 142 26 11 140 50
Binary 11000111 100000 100 0 1010100 1100010 10110 1001 1100000 101000

Color Harmonies of #C72004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72004

Black with #C72004

Text Example


Text Example

White with #C72004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72004; }

 p { color: rgb(199,32,4); }

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

background-color css

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

 a { background-color: rgb(199,32,4); }

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

border-color css

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

 span { border-color: rgb(199,32,4); }

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