#CA2C1F

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

Shades of Harley Davidson Orange #CA2C1F

Tints of Harley Davidson Orange #CA2C1F

Color information

#CA2C1F (or 0xCA2C1F) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 2C and 1F. RGB value is (202,44,31). Sum of RGB (Red+Green+Blue) = 202+44+31=277 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.92% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2C1F is #35D3E0. Grayscale: #595959. Windows color (decimal): -3527649 or 2043082. OLE color: 2043082.

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

Color convert

RGB2024431-
CMYK00.780.850.21
HSL4.56º73.39%45.69%-
HSV(B)4.56º84.65%79.22%-
XYZ25.5114.462.74-
YUV89.7694.85208.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 72.92%
GREEN value IS 44 (17.58% from 255) = 15.88%
BLUE value IS 31 (12.5% from 255) = 11.19%
R=72.92%
G=15.88%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202443100.780.850.214.5673.3945.69
HexCA2C1F04E55155492e
Octal3125437011612525511156
Binary1100101010110011111010011101010101101011011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2C1F; }

 p { color: rgb(202,44,31); }

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

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

 a { background-color: rgb(202,44,31); }

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

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

 span { border-color: rgb(202,44,31); }

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