#C71A09

Color #C71A09 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C71A09

Tints of Harley Davidson Orange #C71A09

Color information

#C71A09 (or 0xC71A09) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 1A and 09. RGB value is (199,26,9). Sum of RGB (Red+Green+Blue) = 199+26+9=234 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.04% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71A09 is #38E5F6. Grayscale: #4C4C4C. Windows color (decimal): -3728887 or 596679. OLE color: 596679.

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

Color convert

RGB199269-
CMYK00.870.950.22
HSL5.37º91.35%40.78%-
HSV(B)5.37º95.48%78.04%-
XYZ23.9712.91.49-
YUV75.7990.31215.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 85.04%
GREEN value IS 26 (10.55% from 255) = 11.11%
BLUE value IS 9 (3.91% from 255) = 3.85%
R=85.04%
G=11.11%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19926900.870.950.225.3791.3540.78
HexC71A90575F1655b29
Octal3073211012713726513351
Binary11000111110101001010101111011111101101011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71A09; }

 p { color: rgb(199,26,9); }

 H1.HeaderClassName
 {
   color: #C71A09;
 }
 .AnyTagClassName
 {
   color: #C71A09;
 }
</style>
background-color css

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

 a { background-color: rgb(199,26,9); }

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

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

 span { border-color: rgb(199,26,9); }

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