#CA2A1B

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

Shades of Harley Davidson Orange #CA2A1B

Tints of Harley Davidson Orange #CA2A1B

Color information

#CA2A1B (or 0xCA2A1B) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 2A and 1B. RGB value is (202,42,27). Sum of RGB (Red+Green+Blue) = 202+42+27=271 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.54% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2A1B is #35D5E4. Grayscale: #585858. Windows color (decimal): -3528165 or 1780426. OLE color: 1780426.

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

Color convert

RGB2024227-
CMYK00.790.870.21
HSL5.14º76.42%44.9%-
HSV(B)5.14º86.63%79.22%-
XYZ25.3814.292.46-
YUV88.1393.51209.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 74.54%
GREEN value IS 42 (16.80% from 255) = 15.50%
BLUE value IS 27 (10.94% from 255) = 9.96%
R=74.54%
G=15.50%
B=9.96%

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
Decimal202422700.790.870.215.1476.4244.9
HexCA2A1B04F571554c2d
Octal3125233011712725511455
Binary1100101010101011011010011111010111101011011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2A1B; }

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

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

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

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

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

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

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

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