Html Css Color HEX #C72108 Harley Davidson Orange

📋 copy color: '#C72108'

red 199 ◦ green 33 ◦ blue 8

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

Shades of Harley Davidson Orange #C72108

Tints of Harley Davidson Orange #C72108

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.75%

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

R = 82.92%
G = 13.75%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C72108 (or 0xC72108) is known color: Harley Davidson Orange. HEX triplet: C7, 21 and 08. RGB value is (199,33,8). Sum of RGB (Red+Green+Blue) = 199+33+8=240 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.92% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 199 - color contains mainly: red. Hex color #C72108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72108 is #38DEF7. Grayscale: #505050. Windows color (decimal): -3727096 or 532935. OLE color: 532935.

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

Color convert

RGB 199 33 8 -
CMYK 0 0.83 0.96 0.22
HSL 7.85º 0.92% 0.41% -
HSV(B) 7.85º 0.96% 0.78% -
XYZ 24.14 13.25 1.51 -
YUV 79.78 87.5 213.03 -
System Red Green Blue C M Y K H S L
Decimal 199 33 8 0 0.83 0.96 0.22 7.85 0.92 0.41
Hex C7 21 8 0 53 60 16 8 5C 29
Octal 307 41 10 0 123 140 26 10 134 51
Binary 11000111 100001 1000 0 1010011 1100000 10110 1000 1011100 101001

Color Harmonies of #C72108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72108

Black with #C72108

Text Example


Text Example

White with #C72108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72108; }

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

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

background-color css

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

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

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

border-color css

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

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

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