#CA2C12

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

Shades of Harley Davidson Orange #CA2C12

Tints of Harley Davidson Orange #CA2C12

Color information

#CA2C12 (or 0xCA2C12) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 2C and 12. RGB value is (202,44,18). Sum of RGB (Red+Green+Blue) = 202+44+18=264 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.52% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2C12 is #35D3ED. Grayscale: #585858. Windows color (decimal): -3527662 or 1191114. OLE color: 1191114.

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

Color convert

RGB2024418-
CMYK00.780.910.21
HSL8.48º83.64%43.14%-
HSV(B)8.48º91.09%79.22%-
XYZ25.3714.42.02-
YUV88.2888.35209.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 76.52%
GREEN value IS 44 (17.58% from 255) = 16.67%
BLUE value IS 18 (7.42% from 255) = 6.82%
R=76.52%
G=16.67%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202441800.780.910.218.4883.6443.14
HexCA2C1204E5B158542b
Octal31254220116133251012453
Binary11001010101100100100100111010110111010110001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2C12; }

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

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

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

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

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

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

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

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