#CA2A13

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

Shades of Harley Davidson Orange #CA2A13

Tints of Harley Davidson Orange #CA2A13

Color information

#CA2A13 (or 0xCA2A13) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 2A and 13. RGB value is (202,42,19). Sum of RGB (Red+Green+Blue) = 202+42+19=263 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.81% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2A13 is #35D5EC. Grayscale: #575757. Windows color (decimal): -3528173 or 1256138. OLE color: 1256138.

HSL color Cylindrical-coordinate representation of color #CA2A13: hue angle of 7.54º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA2A13 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB2024219-
CMYK00.790.910.21
HSL7.54º82.81%43.33%-
HSV(B)7.54º90.59%79.22%-
XYZ25.314.262.03-
YUV87.2289.51209.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 76.81%
GREEN value IS 42 (16.80% from 255) = 15.97%
BLUE value IS 19 (7.81% from 255) = 7.22%
R=76.81%
G=15.97%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202421900.790.910.217.5482.8143.33
HexCA2A1304F5B158532b
Octal31252230117133251012353
Binary11001010101010100110100111110110111010110001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2A13; }

 p { color: rgb(202,42,19); }

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

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

 a { background-color: rgb(202,42,19); }

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

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

 span { border-color: rgb(202,42,19); }

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