#C02E18

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

Shades of Harley Davidson Orange #C02E18

Tints of Harley Davidson Orange #C02E18

Color information

#C02E18 (or 0xC02E18) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 2E and 18. RGB value is (192,46,24). Sum of RGB (Red+Green+Blue) = 192+46+24=262 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.28% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02E18 is #3FD1E7. Grayscale: #575757. Windows color (decimal): -4182504 or 1584832. OLE color: 1584832.

HSL color Cylindrical-coordinate representation of color #C02E18: hue angle of 7.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C02E18 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB1924624-
CMYK00.760.880.25
HSL7.86º77.78%42.35%-
HSV(B)7.86º87.5%75.29%-
XYZ22.8813.232.21-
YUV87.1592.37202.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 73.28%
GREEN value IS 46 (18.36% from 255) = 17.56%
BLUE value IS 24 (9.77% from 255) = 9.16%
R=73.28%
G=17.56%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192462400.760.880.257.8677.7842.35
HexC02E1804C581984e2a
Octal30056300114130311011652
Binary11000000101110110000100110010110001100110001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02E18; }

 p { color: rgb(192,46,24); }

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

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

 a { background-color: rgb(192,46,24); }

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

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

 span { border-color: rgb(192,46,24); }

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