Html Css Color HEX #C72508 Harley Davidson Orange

📋 copy color: '#C72508'

red 199 ◦ green 37 ◦ blue 8

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

Shades of Harley Davidson Orange #C72508

Tints of Harley Davidson Orange #C72508

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.16%

 BLUE value IS 8 (3.52% from 255) = 3.28%

R = 81.56%
G = 15.16%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C72508 (or 0xC72508) is known color: Harley Davidson Orange. HEX triplet: C7, 25 and 08. RGB value is (199,37,8). Sum of RGB (Red+Green+Blue) = 199+37+8=244 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.56% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 199 - color contains mainly: red. Hex color #C72508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72508 is #38DAF7. Grayscale: #525252. Windows color (decimal): -3726072 or 533959. OLE color: 533959.

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

Color convert

RGB 199 37 8 -
CMYK 0 0.81 0.96 0.22
HSL 9.11º 0.92% 0.41% -
HSV(B) 9.11º 0.96% 0.78% -
XYZ 24.26 13.48 1.55 -
YUV 82.13 86.17 211.36 -
System Red Green Blue C M Y K H S L
Decimal 199 37 8 0 0.81 0.96 0.22 9.11 0.92 0.41
Hex C7 25 8 0 51 60 16 9 5C 29
Octal 307 45 10 0 121 140 26 11 134 51
Binary 11000111 100101 1000 0 1010001 1100000 10110 1001 1011100 101001

Color Harmonies of #C72508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72508

Black with #C72508

Text Example


Text Example

White with #C72508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72508; }

 p { color: rgb(199,37,8); }

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

background-color css

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

 a { background-color: rgb(199,37,8); }

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

border-color css

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

 span { border-color: rgb(199,37,8); }

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