#CA2B1B

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

Shades of Harley Davidson Orange #CA2B1B

Tints of Harley Davidson Orange #CA2B1B

Color information

#CA2B1B (or 0xCA2B1B) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 2B and 1B. RGB value is (202,43,27). Sum of RGB (Red+Green+Blue) = 202+43+27=272 (36% of max value = 765). Red value is 202 (79.30% from 255 or 74.26% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2B1B is #35D4E4. Grayscale: #585858. Windows color (decimal): -3527909 or 1780682. OLE color: 1780682.

HSL color Cylindrical-coordinate representation of color #CA2B1B: hue angle of 5.49º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA2B1B is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB2024327-
CMYK00.790.870.21
HSL5.49º76.42%44.9%-
HSV(B)5.49º86.63%79.22%-
XYZ25.4214.362.47-
YUV88.7293.18208.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 74.26%
GREEN value IS 43 (17.19% from 255) = 15.81%
BLUE value IS 27 (10.94% from 255) = 9.93%
R=74.26%
G=15.81%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202432700.790.870.215.4976.4244.9
HexCA2B1B04F571554c2d
Octal3125333011712725511455
Binary1100101010101111011010011111010111101011011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2B1B; }

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

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

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

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

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

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

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

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