#CC1E19

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

Shades of Harley Davidson Orange #CC1E19

Tints of Harley Davidson Orange #CC1E19

Color information

#CC1E19 (or 0xCC1E19) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 1E and 19. RGB value is (204,30,25). Sum of RGB (Red+Green+Blue) = 204+30+25=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1E19 is #33E1E6. Grayscale: #515151. Windows color (decimal): -3400167 or 1646284. OLE color: 1646284.

HSL color Cylindrical-coordinate representation of color #CC1E19: hue angle of 1.68º degrees, saturation: 0.78, 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 #CC1E19 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB2043025-
CMYK00.850.880.2
HSL1.68º78.17%44.9%-
HSV(B)1.68º87.75%80%-
XYZ25.5413.842.24-
YUV81.4696.15215.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 78.76%
GREEN value IS 30 (12.11% from 255) = 11.58%
BLUE value IS 25 (10.16% from 255) = 9.65%
R=78.76%
G=11.58%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204302500.850.880.21.6878.1744.9
HexCC1E19055581424e2d
Octal3143631012513024211655
Binary11001100111101100101010101101100010100101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1E19; }

 p { color: rgb(204,30,25); }

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

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

 a { background-color: rgb(204,30,25); }

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

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

 span { border-color: rgb(204,30,25); }

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