#CA2F21

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

Shades of Harley Davidson Orange #CA2F21

Tints of Harley Davidson Orange #CA2F21

Color information

#CA2F21 (or 0xCA2F21) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 2F and 21. RGB value is (202,47,33). Sum of RGB (Red+Green+Blue) = 202+47+33=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2F21 is #35D0DE. Grayscale: #5B5B5B. Windows color (decimal): -3526879 or 2174922. OLE color: 2174922.

HSL color Cylindrical-coordinate representation of color #CA2F21: hue angle of 4.97º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2F21 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB2024733-
CMYK00.770.840.21
HSL4.97º71.91%46.08%-
HSV(B)4.97º83.66%79.22%-
XYZ25.6514.72.92-
YUV91.7594.85206.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 71.63%
GREEN value IS 47 (18.75% from 255) = 16.67%
BLUE value IS 33 (13.28% from 255) = 11.70%
R=71.63%
G=16.67%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202473300.770.840.214.9771.9146.08
HexCA2F2104D54155482e
Octal3125741011512425511056
Binary11001010101111100001010011011010100101011011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2F21; }

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

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

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

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

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

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

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

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