#CA2E21

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

Shades of Harley Davidson Orange #CA2E21

Tints of Harley Davidson Orange #CA2E21

Color information

#CA2E21 (or 0xCA2E21) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 2E and 21. RGB value is (202,46,33). Sum of RGB (Red+Green+Blue) = 202+46+33=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2E21 is #35D1DE. Grayscale: #5B5B5B. Windows color (decimal): -3527135 or 2174666. OLE color: 2174666.

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

Color convert

RGB2024633-
CMYK00.770.840.21
HSL4.62º71.91%46.08%-
HSV(B)4.62º83.66%79.22%-
XYZ25.6114.622.91-
YUV91.1695.18207.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 71.89%
GREEN value IS 46 (18.36% from 255) = 16.37%
BLUE value IS 33 (13.28% from 255) = 11.74%
R=71.89%
G=16.37%
B=11.74%

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
Decimal202463300.770.840.214.6271.9146.08
HexCA2E2104D54155482e
Octal3125641011512425511056
Binary11001010101110100001010011011010100101011011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2E21; }

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

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

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

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

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

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

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

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