Html Css Color HEX #C71E08 Harley Davidson Orange

📋 copy color: '#C71E08'

red 199 ◦ green 30 ◦ blue 8

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

Shades of Harley Davidson Orange #C71E08

Tints of Harley Davidson Orange #C71E08

RGB

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

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

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

R = 83.97%
G = 12.66%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C71E08 (or 0xC71E08) is known color: Harley Davidson Orange. HEX triplet: C7, 1E and 08. RGB value is (199,30,8). Sum of RGB (Red+Green+Blue) = 199+30+8=237 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.97% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71E08 is #38E1F7. Grayscale: #4E4E4E. Windows color (decimal): -3727864 or 532167. OLE color: 532167.

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

Color convert

RGB 199 30 8 -
CMYK 0 0.85 0.96 0.22
HSL 6.91º 0.92% 0.41% -
HSV(B) 6.91º 0.96% 0.78% -
XYZ 24.06 13.09 1.49 -
YUV 78.02 88.49 214.29 -
System Red Green Blue C M Y K H S L
Decimal 199 30 8 0 0.85 0.96 0.22 6.91 0.92 0.41
Hex C7 1E 8 0 55 60 16 7 5C 29
Octal 307 36 10 0 125 140 26 7 134 51
Binary 11000111 11110 1000 0 1010101 1100000 10110 111 1011100 101001

Color Harmonies of #C71E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71E08

Black with #C71E08

Text Example


Text Example

White with #C71E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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