#CA240C

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

Shades of Harley Davidson Orange #CA240C

Tints of Harley Davidson Orange #CA240C

Color information

#CA240C (or 0xCA240C) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 24 and 0C. RGB value is (202,36,12). Sum of RGB (Red+Green+Blue) = 202+36+12=250 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.8% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 202 - color contains mainly: red. Hex color #CA240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA240C is #35DBF3. Grayscale: #535353. Windows color (decimal): -3529716 or 795850. OLE color: 795850.

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

Color convert

RGB2023612-
CMYK00.820.940.21
HSL7.58º88.79%41.96%-
HSV(B)7.58º94.06%79.22%-
XYZ25.0513.841.7-
YUV82.988212.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 80.8%
GREEN value IS 36 (14.45% from 255) = 14.4%
BLUE value IS 12 (5.08% from 255) = 4.8%
R=80.8%
G=14.4%
B=4.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202361200.820.940.217.5888.7941.96
HexCA24C0525E158592a
Octal31244140122136251013152
Binary1100101010010011000101001010111101010110001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA240C; }

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

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

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

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

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

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

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

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