#CA2B15

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

Shades of Harley Davidson Orange #CA2B15

Tints of Harley Davidson Orange #CA2B15

Color information

#CA2B15 (or 0xCA2B15) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 2B and 15. RGB value is (202,43,21). Sum of RGB (Red+Green+Blue) = 202+43+21=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2B15 is #35D4EA. Grayscale: #585858. Windows color (decimal): -3527915 or 1387466. OLE color: 1387466.

HSL color Cylindrical-coordinate representation of color #CA2B15: hue angle of 7.29º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA2B15 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB2024321-
CMYK00.790.900.21
HSL7.29º81.17%43.73%-
HSV(B)7.29º89.6%79.22%-
XYZ25.3614.342.14-
YUV88.0390.18209.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 75.94%
GREEN value IS 43 (17.19% from 255) = 16.17%
BLUE value IS 21 (8.59% from 255) = 7.89%
R=75.94%
G=16.17%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202432100.790.900.217.2981.1743.73
HexCA2B1504F5A157512c
Octal3125325011713225712154
Binary1100101010101110101010011111011010101011111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2B15; }

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

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

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

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

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

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

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

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