#CA2404

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

Shades of Harley Davidson Orange #CA2404

Tints of Harley Davidson Orange #CA2404

Color information

#CA2404 (or 0xCA2404) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 24 and 04. RGB value is (202,36,4). Sum of RGB (Red+Green+Blue) = 202+36+4=242 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.47% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2404 is #35DBFB. Grayscale: #525252. Windows color (decimal): -3529724 or 271562. OLE color: 271562.

HSL color Cylindrical-coordinate representation of color #CA2404: hue angle of 9.7º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA2404 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB202364-
CMYK00.820.980.21
HSL9.7º96.12%40.39%-
HSV(B)9.7º98.02%79.22%-
XYZ25.0113.831.47-
YUV81.9984213.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 83.47%
GREEN value IS 36 (14.45% from 255) = 14.88%
BLUE value IS 4 (1.95% from 255) = 1.65%
R=83.47%
G=14.88%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20236400.820.980.219.796.1240.39
HexCA2440526215a6028
Octal3124440122142251214050
Binary110010101001001000101001011000101010110101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2404; }

 p { color: rgb(202,36,4); }

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

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

 a { background-color: rgb(202,36,4); }

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

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

 span { border-color: rgb(202,36,4); }

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