#C22C18

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

Shades of Harley Davidson Orange #C22C18

Tints of Harley Davidson Orange #C22C18

Color information

#C22C18 (or 0xC22C18) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 2C and 18. RGB value is (194,44,24). Sum of RGB (Red+Green+Blue) = 194+44+24=262 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.05% from 262); Green value is 44 (17.58% from 255 or 16.79% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22C18 is #3DD3E7. Grayscale: #565656. Windows color (decimal): -4051944 or 1584322. OLE color: 1584322.

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

Color convert

RGB1944424-
CMYK00.770.880.24
HSL7.06º77.98%42.75%-
HSV(B)7.06º87.63%76.08%-
XYZ23.3113.342.21-
YUV86.5792.7204.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 74.05%
GREEN value IS 44 (17.58% from 255) = 16.79%
BLUE value IS 24 (9.77% from 255) = 9.16%
R=74.05%
G=16.79%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194442400.770.880.247.0677.9842.75
HexC22C1804D581874e2b
Octal3025430011513030711653
Binary1100001010110011000010011011011000110001111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22C18; }

 p { color: rgb(194,44,24); }

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

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

 a { background-color: rgb(194,44,24); }

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

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

 span { border-color: rgb(194,44,24); }

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