#CA3120

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

Shades of Harley Davidson Orange #CA3120

Tints of Harley Davidson Orange #CA3120

Color information

#CA3120 (or 0xCA3120) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 31 and 20. RGB value is (202,49,32). Sum of RGB (Red+Green+Blue) = 202+49+32=283 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.38% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3120 is #35CEDF. Grayscale: #5D5D5D. Windows color (decimal): -3526368 or 2109898. OLE color: 2109898.

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

Color convert

RGB2024932-
CMYK00.760.840.21
HSL72.65%45.88%-
HSV(B)84.16%79.22%-
XYZ25.7214.862.88-
YUV92.8193.69205.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 71.38%
GREEN value IS 49 (19.53% from 255) = 17.31%
BLUE value IS 32 (12.89% from 255) = 11.31%
R=71.38%
G=17.31%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202493200.760.840.21672.6545.88
HexCA312004C54156492e
Octal3126140011412425611156
Binary11001010110001100000010011001010100101011101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3120; }

 p { color: rgb(202,49,32); }

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

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

 a { background-color: rgb(202,49,32); }

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

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

 span { border-color: rgb(202,49,32); }

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