Html Css Color HEX #C71C08 Harley Davidson Orange

📋 copy color: '#C71C08'

red 199 ◦ green 28 ◦ blue 8

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

Shades of Harley Davidson Orange #C71C08

Tints of Harley Davidson Orange #C71C08

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.91%

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

R = 84.68%
G = 11.91%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C71C08 (or 0xC71C08) is known color: Harley Davidson Orange. HEX triplet: C7, 1C and 08. RGB value is (199,28,8). Sum of RGB (Red+Green+Blue) = 199+28+8=235 (31% of max value = 765). Red value is 199 (78.12% from 255 or 84.68% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 199 - color contains mainly: red. Hex color #C71C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71C08 is #38E3F7. Grayscale: #4D4D4D. Windows color (decimal): -3728376 or 531655. OLE color: 531655.

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

Color convert

RGB 199 28 8 -
CMYK 0 0.86 0.96 0.22
HSL 6.28º 0.92% 0.41% -
HSV(B) 6.28º 0.96% 0.78% -
XYZ 24.01 12.99 1.47 -
YUV 76.85 89.15 215.13 -
System Red Green Blue C M Y K H S L
Decimal 199 28 8 0 0.86 0.96 0.22 6.28 0.92 0.41
Hex C7 1C 8 0 56 60 16 6 5C 29
Octal 307 34 10 0 126 140 26 6 134 51
Binary 11000111 11100 1000 0 1010110 1100000 10110 110 1011100 101001

Color Harmonies of #C71C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71C08

Black with #C71C08

Text Example


Text Example

White with #C71C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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