#CA2101

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

Shades of Harley Davidson Orange #CA2101

Tints of Harley Davidson Orange #CA2101

Color information

#CA2101 (or 0xCA2101) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 21 and 01. RGB value is (202,33,1). Sum of RGB (Red+Green+Blue) = 202+33+1=236 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.59% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2101 is #35DEFE. Grayscale: #505050. Windows color (decimal): -3530495 or 74186. OLE color: 74186.

HSL color Cylindrical-coordinate representation of color #CA2101: hue angle of 9.55º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA2101 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

RGB202331-
CMYK00.841.000.21
HSL9.55º99.01%39.8%-
HSV(B)9.55º99.5%79.22%-
XYZ24.9113.651.35-
YUV79.8883.49215.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 85.59%
GREEN value IS 33 (13.28% from 255) = 13.98%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=85.59%
G=13.98%
B=0.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20233100.841.000.219.5599.0139.8
HexCA2110546415a6328
Octal3124110124144251214350
Binary1100101010000110101010011001001010110101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2101; }

 p { color: rgb(202,33,1); }

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

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

 a { background-color: rgb(202,33,1); }

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

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

 span { border-color: rgb(202,33,1); }

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