#C2210C

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

Shades of Harley Davidson Orange #C2210C

Tints of Harley Davidson Orange #C2210C

Color information

#C2210C (or 0xC2210C) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 21 and 0C. RGB value is (194,33,12). Sum of RGB (Red+Green+Blue) = 194+33+12=239 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.17% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 194 - color contains mainly: red. Hex color #C2210C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2210C is #3DDEF3. Grayscale: #4E4E4E. Windows color (decimal): -4054772 or 795074. OLE color: 795074.

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

Color convert

RGB1943312-
CMYK00.830.940.24
HSL6.92º88.35%40.39%-
HSV(B)6.92º93.81%76.08%-
XYZ22.8612.581.57-
YUV78.7490.34210.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 81.17%
GREEN value IS 33 (13.28% from 255) = 13.81%
BLUE value IS 12 (5.08% from 255) = 5.02%
R=81.17%
G=13.81%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194331200.830.940.246.9288.3540.39
HexC221C0535E1875828
Octal3024114012313630713050
Binary110000101000011100010100111011110110001111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2210C; }

 p { color: rgb(194,33,12); }

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

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

 a { background-color: rgb(194,33,12); }

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

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

 span { border-color: rgb(194,33,12); }

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