Html Css Color HEX #C71E10 Harley Davidson Orange

📋 copy color: '#C71E10'

red 199 ◦ green 30 ◦ blue 16

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

Shades of Harley Davidson Orange #C71E10

Tints of Harley Davidson Orange #C71E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.53%

R = 81.22%
G = 12.24%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C71E10 (or 0xC71E10) is known color: Harley Davidson Orange. HEX triplet: C7, 1E and 10. RGB value is (199,30,16). Sum of RGB (Red+Green+Blue) = 199+30+16=245 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.22% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71E10 is #38E1EF. Grayscale: #4F4F4F. Windows color (decimal): -3727856 or 1056455. OLE color: 1056455.

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

Color convert

RGB 199 30 16 -
CMYK 0 0.85 0.92 0.22
HSL 4.59º 0.85% 0.42% -
HSV(B) 4.59º 0.92% 0.78% -
XYZ 24.11 13.11 1.75 -
YUV 78.94 92.49 213.64 -
System Red Green Blue C M Y K H S L
Decimal 199 30 16 0 0.85 0.92 0.22 4.59 0.85 0.42
Hex C7 1E 10 0 55 5C 16 5 55 2A
Octal 307 36 20 0 125 134 26 5 125 52
Binary 11000111 11110 10000 0 1010101 1011100 10110 101 1010101 101010

Color Harmonies of #C71E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71E10

Black with #C71E10

Text Example


Text Example

White with #C71E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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