Html Css Color HEX #C71E11 Harley Davidson Orange

📋 copy color: '#C71E11'

red 199 ◦ green 30 ◦ blue 17

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

Shades of Harley Davidson Orange #C71E11

Tints of Harley Davidson Orange #C71E11

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.2%

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

R = 80.89%
G = 12.2%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C71E11 (or 0xC71E11) is known color: Harley Davidson Orange. HEX triplet: C7, 1E and 11. RGB value is (199,30,17). Sum of RGB (Red+Green+Blue) = 199+30+17=246 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.89% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71E11 is #38E1EE. Grayscale: #4F4F4F. Windows color (decimal): -3727855 or 1121991. OLE color: 1121991.

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

Color convert

RGB 199 30 17 -
CMYK 0 0.85 0.91 0.22
HSL 4.29º 0.84% 0.42% -
HSV(B) 4.29º 0.91% 0.78% -
XYZ 24.12 13.11 1.79 -
YUV 79.05 92.99 213.56 -
System Red Green Blue C M Y K H S L
Decimal 199 30 17 0 0.85 0.91 0.22 4.29 0.84 0.42
Hex C7 1E 11 0 55 5B 16 4 54 2A
Octal 307 36 21 0 125 133 26 4 124 52
Binary 11000111 11110 10001 0 1010101 1011011 10110 100 1010100 101010

Color Harmonies of #C71E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71E11

Black with #C71E11

Text Example


Text Example

White with #C71E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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