#CA2B13

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

Shades of Harley Davidson Orange #CA2B13

Tints of Harley Davidson Orange #CA2B13

Color information

#CA2B13 (or 0xCA2B13) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 2B and 13. RGB value is (202,43,19). Sum of RGB (Red+Green+Blue) = 202+43+19=264 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.52% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2B13 is #35D4EC. Grayscale: #585858. Windows color (decimal): -3527917 or 1256394. OLE color: 1256394.

HSL color Cylindrical-coordinate representation of color #CA2B13: hue angle of 7.87º 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 #CA2B13 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB2024319-
CMYK00.790.910.21
HSL7.87º82.81%43.33%-
HSV(B)7.87º90.59%79.22%-
XYZ25.3414.332.05-
YUV87.889.18209.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 76.52%
GREEN value IS 43 (17.19% from 255) = 16.29%
BLUE value IS 19 (7.81% from 255) = 7.20%
R=76.52%
G=16.29%
B=7.20%

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
Decimal202431900.790.910.217.8782.8143.33
HexCA2B1304F5B158532b
Octal31253230117133251012353
Binary11001010101011100110100111110110111010110001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2B13; }

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

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

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

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

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

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

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

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