#CA2E0C

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

Shades of Harley Davidson Orange #CA2E0C

Tints of Harley Davidson Orange #CA2E0C

Color information

#CA2E0C (or 0xCA2E0C) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 2E and 0C. RGB value is (202,46,12). Sum of RGB (Red+Green+Blue) = 202+46+12=260 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.69% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2E0C is #35D1F3. Grayscale: #595959. Windows color (decimal): -3527156 or 798410. OLE color: 798410.

HSL color Cylindrical-coordinate representation of color #CA2E0C: hue angle of 10.74º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA2E0C is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB2024612-
CMYK00.770.940.21
HSL10.74º88.79%41.96%-
HSV(B)10.74º94.06%79.22%-
XYZ25.414.541.82-
YUV88.7784.68208.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 77.69%
GREEN value IS 46 (18.36% from 255) = 17.69%
BLUE value IS 12 (5.08% from 255) = 4.62%
R=77.69%
G=17.69%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202461200.770.940.2110.7488.7941.96
HexCA2EC04D5E15b592a
Octal31256140115136251313152
Binary1100101010111011000100110110111101010110111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2E0C; }

 p { color: rgb(202,46,12); }

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

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

 a { background-color: rgb(202,46,12); }

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

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

 span { border-color: rgb(202,46,12); }

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