#CC290E

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

Shades of Harley Davidson Orange #CC290E

Tints of Harley Davidson Orange #CC290E

Color information

#CC290E (or 0xCC290E) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 29 and 0E. RGB value is (204,41,14). Sum of RGB (Red+Green+Blue) = 204+41+14=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC290E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC290E is #33D6F1. Grayscale: #565656. Windows color (decimal): -3397362 or 928204. OLE color: 928204.

HSL color Cylindrical-coordinate representation of color #CC290E: hue angle of 8.53º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC290E is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB2044114-
CMYK00.800.930.2
HSL8.53º87.16%42.75%-
HSV(B)8.53º93.14%80%-
XYZ25.7714.451.85-
YUV86.6687211.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 78.76%
GREEN value IS 41 (16.41% from 255) = 15.83%
BLUE value IS 14 (5.86% from 255) = 5.41%
R=78.76%
G=15.83%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204411400.800.930.28.5387.1642.75
HexCC29E0505D149572b
Octal31451160120135241112753
Binary1100110010100111100101000010111011010010011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC290E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC290E; }

 p { color: rgb(204,41,14); }

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

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

 a { background-color: rgb(204,41,14); }

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

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

 span { border-color: rgb(204,41,14); }

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