#CA290D

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

Shades of Harley Davidson Orange #CA290D

Tints of Harley Davidson Orange #CA290D

Color information

#CA290D (or 0xCA290D) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 29 and 0D. RGB value is (202,41,13). Sum of RGB (Red+Green+Blue) = 202+41+13=256 (33% of max value = 765). Red value is 202 (79.30% from 255 or 78.91% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 202 - color contains mainly: red. Hex color #CA290D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA290D is #35D6F2. Grayscale: #565656. Windows color (decimal): -3528435 or 862666. OLE color: 862666.

HSL color Cylindrical-coordinate representation of color #CA290D: hue angle of 8.89º degrees, saturation: 0.88, 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 #CA290D is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB2024113-
CMYK00.800.940.21
HSL8.89º87.91%42.16%-
HSV(B)8.89º93.56%79.22%-
XYZ25.2214.171.79-
YUV85.9586.84210.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 78.91%
GREEN value IS 41 (16.41% from 255) = 16.02%
BLUE value IS 13 (5.47% from 255) = 5.08%
R=78.91%
G=16.02%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202411300.800.940.218.8987.9142.16
HexCA29D0505E159582a
Octal31251150120136251113052
Binary1100101010100111010101000010111101010110011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA290D; }

 p { color: rgb(202,41,13); }

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

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

 a { background-color: rgb(202,41,13); }

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

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

 span { border-color: rgb(202,41,13); }

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