Html Css Color HEX #C72818 Harley Davidson Orange

📋 copy color: '#C72818'

red 199 ◦ green 40 ◦ blue 24

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

Shades of Harley Davidson Orange #C72818

Tints of Harley Davidson Orange #C72818

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.21%

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

R = 75.67%
G = 15.21%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C72818 (or 0xC72818) is known color: Harley Davidson Orange. HEX triplet: C7, 28 and 18. RGB value is (199,40,24). Sum of RGB (Red+Green+Blue) = 199+40+24=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C72818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72818 is #38D7E7. Grayscale: #555555. Windows color (decimal): -3725288 or 1583303. OLE color: 1583303.

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

Color convert

RGB 199 40 24 -
CMYK 0 0.80 0.88 0.22
HSL 5.49º 0.78% 0.44% -
HSV(B) 5.49º 0.88% 0.78% -
XYZ 24.48 13.73 2.22 -
YUV 85.72 93.18 208.8 -
System Red Green Blue C M Y K H S L
Decimal 199 40 24 0 0.80 0.88 0.22 5.49 0.78 0.44
Hex C7 28 18 0 50 58 16 5 4E 2C
Octal 307 50 30 0 120 130 26 5 116 54
Binary 11000111 101000 11000 0 1010000 1011000 10110 101 1001110 101100

Color Harmonies of #C72818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72818

Black with #C72818

Text Example


Text Example

White with #C72818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72818; }

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

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

background-color css

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

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

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

border-color css

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

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

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