#C24019

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

Shades of Harley Davidson Orange #C24019

Tints of Harley Davidson Orange #C24019

Color information

#C24019 (or 0xC24019) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 40 and 19. RGB value is (194,64,25). Sum of RGB (Red+Green+Blue) = 194+64+25=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C24019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24019 is #3DBFE6. Grayscale: #626262. Windows color (decimal): -4046823 or 1654978. OLE color: 1654978.

HSL color Cylindrical-coordinate representation of color #C24019: hue angle of 13.85º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C24019 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB1946425-
CMYK00.670.870.24
HSL13.85º77.17%42.94%-
HSV(B)13.85º87.11%76.08%-
XYZ24.2615.212.58-
YUV98.4286.57196.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 68.55%
GREEN value IS 64 (25.39% from 255) = 22.61%
BLUE value IS 25 (10.16% from 255) = 8.83%
R=68.55%
G=22.61%
B=8.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194642500.670.870.2413.8577.1742.94
HexC240190435718e4d2b
Octal302100310103127301611553
Binary110000101000000110010100001110101111100011101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24019; }

 p { color: rgb(194,64,25); }

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

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

 a { background-color: rgb(194,64,25); }

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

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

 span { border-color: rgb(194,64,25); }

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