Html Css Color HEX #C72218 Harley Davidson Orange

📋 copy color: '#C72218'

red 199 ◦ green 34 ◦ blue 24

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

Shades of Harley Davidson Orange #C72218

Tints of Harley Davidson Orange #C72218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.23%

 BLUE value IS 24 (9.77% from 255) = 9.34%

R = 77.43%
G = 13.23%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C72218 (or 0xC72218) is known color: Harley Davidson Orange. HEX triplet: C7, 22 and 18. RGB value is (199,34,24). Sum of RGB (Red+Green+Blue) = 199+34+24=257 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.43% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 199 - color contains mainly: red. Hex color #C72218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72218 is #38DDE7. Grayscale: #525252. Windows color (decimal): -3726824 or 1581767. OLE color: 1581767.

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

Color convert

RGB 199 34 24 -
CMYK 0 0.83 0.88 0.22
HSL 3.43º 0.78% 0.44% -
HSV(B) 3.43º 0.88% 0.78% -
XYZ 24.29 13.35 2.16 -
YUV 82.2 95.16 211.31 -
System Red Green Blue C M Y K H S L
Decimal 199 34 24 0 0.83 0.88 0.22 3.43 0.78 0.44
Hex C7 22 18 0 53 58 16 3 4E 2C
Octal 307 42 30 0 123 130 26 3 116 54
Binary 11000111 100010 11000 0 1010011 1011000 10110 11 1001110 101100

Color Harmonies of #C72218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72218

Black with #C72218

Text Example


Text Example

White with #C72218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72218; }

 p { color: rgb(199,34,24); }

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

background-color css

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

 a { background-color: rgb(199,34,24); }

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

border-color css

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

 span { border-color: rgb(199,34,24); }

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