Html Css Color HEX #C72011 Harley Davidson Orange

📋 copy color: '#C72011'

red 199 ◦ green 32 ◦ blue 17

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

Shades of Harley Davidson Orange #C72011

Tints of Harley Davidson Orange #C72011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.9%

 BLUE value IS 17 (7.03% from 255) = 6.85%

R = 80.24%
G = 12.9%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C72011 (or 0xC72011) is known color: Harley Davidson Orange. HEX triplet: C7, 20 and 11. RGB value is (199,32,17). Sum of RGB (Red+Green+Blue) = 199+32+17=248 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.24% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 199 - color contains mainly: red. Hex color #C72011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72011 is #38DFEE. Grayscale: #505050. Windows color (decimal): -3727343 or 1122503. OLE color: 1122503.

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

Color convert

RGB 199 32 17 -
CMYK 0 0.84 0.91 0.22
HSL 4.95º 0.84% 0.42% -
HSV(B) 4.95º 0.91% 0.78% -
XYZ 24.17 13.22 1.81 -
YUV 80.22 92.33 212.72 -
System Red Green Blue C M Y K H S L
Decimal 199 32 17 0 0.84 0.91 0.22 4.95 0.84 0.42
Hex C7 20 11 0 54 5B 16 5 54 2A
Octal 307 40 21 0 124 133 26 5 124 52
Binary 11000111 100000 10001 0 1010100 1011011 10110 101 1010100 101010

Color Harmonies of #C72011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72011

Black with #C72011

Text Example


Text Example

White with #C72011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72011; }

 p { color: rgb(199,32,17); }

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

background-color css

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

 a { background-color: rgb(199,32,17); }

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

border-color css

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

 span { border-color: rgb(199,32,17); }

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