Html Css Color HEX #C72418 Harley Davidson Orange

📋 copy color: '#C72418'

red 199 ◦ green 36 ◦ blue 24

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

Shades of Harley Davidson Orange #C72418

Tints of Harley Davidson Orange #C72418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.9%

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

R = 76.83%
G = 13.9%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C72418 (or 0xC72418) is known color: Harley Davidson Orange. HEX triplet: C7, 24 and 18. RGB value is (199,36,24). Sum of RGB (Red+Green+Blue) = 199+36+24=259 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.83% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 199 - color contains mainly: red. Hex color #C72418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72418 is #38DBE7. Grayscale: #535353. Windows color (decimal): -3726312 or 1582279. OLE color: 1582279.

HSL color Cylindrical-coordinate representation of color #C72418: hue angle of 4.11º 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 #C72418 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 36 24 -
CMYK 0 0.82 0.88 0.22
HSL 4.11º 0.78% 0.44% -
HSV(B) 4.11º 0.88% 0.78% -
XYZ 24.35 13.47 2.18 -
YUV 83.37 94.5 210.48 -
System Red Green Blue C M Y K H S L
Decimal 199 36 24 0 0.82 0.88 0.22 4.11 0.78 0.44
Hex C7 24 18 0 52 58 16 4 4E 2C
Octal 307 44 30 0 122 130 26 4 116 54
Binary 11000111 100100 11000 0 1010010 1011000 10110 100 1001110 101100

Color Harmonies of #C72418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72418

Black with #C72418

Text Example


Text Example

White with #C72418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72418; }

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

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

background-color css

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

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

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

border-color css

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

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

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