#CC2218

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

Shades of Harley Davidson Orange #CC2218

Tints of Harley Davidson Orange #CC2218

Color information

#CC2218 (or 0xCC2218) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 22 and 18. RGB value is (204,34,24). Sum of RGB (Red+Green+Blue) = 204+34+24=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2218 is #33DDE7. Grayscale: #535353. Windows color (decimal): -3399144 or 1581772. OLE color: 1581772.

HSL color Cylindrical-coordinate representation of color #CC2218: hue angle of 3.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC2218 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB2043424-
CMYK00.830.880.2
HSL3.33º78.95%44.71%-
HSV(B)3.33º88.24%80%-
XYZ25.6414.052.22-
YUV83.6994.32213.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 77.86%
GREEN value IS 34 (13.67% from 255) = 12.98%
BLUE value IS 24 (9.77% from 255) = 9.16%
R=77.86%
G=12.98%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.88
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204342400.830.880.23.3378.9544.71
HexCC2218053581434f2d
Octal3144230012313024311755
Binary110011001000101100001010011101100010100111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2218; }

 p { color: rgb(204,34,24); }

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

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

 a { background-color: rgb(204,34,24); }

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

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

 span { border-color: rgb(204,34,24); }

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