#CA2C08

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

Shades of Harley Davidson Orange #CA2C08

Tints of Harley Davidson Orange #CA2C08

Color information

#CA2C08 (or 0xCA2C08) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 2C and 08. RGB value is (202,44,8). Sum of RGB (Red+Green+Blue) = 202+44+8=254 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.53% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2C08 is #35D3F7. Grayscale: #575757. Windows color (decimal): -3527672 or 535754. OLE color: 535754.

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

Color convert

RGB202448-
CMYK00.780.960.21
HSL11.13º92.38%41.18%-
HSV(B)11.13º96.04%79.22%-
XYZ25.314.381.67-
YUV87.1483.35209.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 79.53%
GREEN value IS 44 (17.58% from 255) = 17.32%
BLUE value IS 8 (3.52% from 255) = 3.15%
R=79.53%
G=17.32%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20244800.780.960.2111.1392.3841.18
HexCA2C804E6015b5c29
Octal31254100116140251313451
Binary1100101010110010000100111011000001010110111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2C08; }

 p { color: rgb(202,44,8); }

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

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

 a { background-color: rgb(202,44,8); }

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

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

 span { border-color: rgb(202,44,8); }

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