#C32209

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

Shades of Harley Davidson Orange #C32209

Tints of Harley Davidson Orange #C32209

Color information

#C32209 (or 0xC32209) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 22 and 09. RGB value is (195,34,9). Sum of RGB (Red+Green+Blue) = 195+34+9=238 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.93% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 195 - color contains mainly: red. Hex color #C32209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32209 is #3CDDF6. Grayscale: #4F4F4F. Windows color (decimal): -3988983 or 598723. OLE color: 598723.

HSL color Cylindrical-coordinate representation of color #C32209: hue angle of 8.06º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C32209 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB195349-
CMYK00.830.950.24
HSL8.06º91.18%40%-
HSV(B)8.06º95.38%76.47%-
XYZ23.1312.771.5-
YUV79.2988.34210.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 81.93%
GREEN value IS 34 (13.67% from 255) = 14.29%
BLUE value IS 9 (3.91% from 255) = 3.78%
R=81.93%
G=14.29%
B=3.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19534900.830.950.248.0691.1840
HexC32290535F1885b28
Octal30342110123137301013350
Binary1100001110001010010101001110111111100010001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32209; }

 p { color: rgb(195,34,9); }

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

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

 a { background-color: rgb(195,34,9); }

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

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

 span { border-color: rgb(195,34,9); }

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