#CC2D17

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

Shades of Harley Davidson Orange #CC2D17

Tints of Harley Davidson Orange #CC2D17

Color information

#CC2D17 (or 0xCC2D17) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 2D and 17. RGB value is (204,45,23). Sum of RGB (Red+Green+Blue) = 204+45+23=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2D17 is #33D2E8. Grayscale: #5A5A5A. Windows color (decimal): -3396329 or 1519052. OLE color: 1519052.

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

Color convert

RGB2044523-
CMYK00.780.890.2
HSL7.29º79.74%44.51%-
HSV(B)7.29º88.73%80%-
XYZ25.9914.782.29-
YUV90.0390.18209.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 75%
GREEN value IS 45 (17.97% from 255) = 16.54%
BLUE value IS 23 (9.38% from 255) = 8.46%
R=75%
G=16.54%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204452300.780.890.27.2979.7444.51
HexCC2D1704E59147502d
Octal3145527011613124712055
Binary1100110010110110111010011101011001101001111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2D17; }

 p { color: rgb(204,45,23); }

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

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

 a { background-color: rgb(204,45,23); }

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

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

 span { border-color: rgb(204,45,23); }

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