#C02812

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

Shades of Harley Davidson Orange #C02812

Tints of Harley Davidson Orange #C02812

Color information

#C02812 (or 0xC02812) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 28 and 12. RGB value is (192,40,18). Sum of RGB (Red+Green+Blue) = 192+40+18=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C02812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02812 is #3FD7ED. Grayscale: #535353. Windows color (decimal): -4184046 or 1190080. OLE color: 1190080.

HSL color Cylindrical-coordinate representation of color #C02812: hue angle of 7.59º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C02812 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB1924018-
CMYK00.790.910.25
HSL7.59º82.86%41.18%-
HSV(B)7.59º90.62%75.29%-
XYZ22.6112.771.85-
YUV82.9491.36205.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 76.8%
GREEN value IS 40 (16.02% from 255) = 16%
BLUE value IS 18 (7.42% from 255) = 7.2%
R=76.8%
G=16%
B=7.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192401800.790.910.257.5982.8641.18
HexC0281204F5B1985329
Octal30050220117133311012351
Binary11000000101000100100100111110110111100110001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02812; }

 p { color: rgb(192,40,18); }

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

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

 a { background-color: rgb(192,40,18); }

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

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

 span { border-color: rgb(192,40,18); }

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