#c42419

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

Shades of Harley Davidson Orange #C42419

Tints of Harley Davidson Orange #C42419

Color information

#C42419 (or 0xC42419) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 24 and 19. RGB value is (196,36,25). Sum of RGB (Red+Green+Blue) = 196+36+25=257 (34% of max value = 765). Red value is 196 (76.95% from 255 or 76.26% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 196 - color contains mainly: red. Hex color #C42419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42419 is #3BDBE6. Grayscale: #525252. Windows color (decimal): -3922919 or 1647812. OLE color: 1647812.

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

Color convert

RGB1963625-
CMYK00.820.870.23
HSL3.86º77.38%43.33%-
HSV(B)3.86º87.24%76.86%-
XYZ23.5713.072.2-
YUV82.5995.51208.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 76.26%
GREEN value IS 36 (14.45% from 255) = 14.01%
BLUE value IS 25 (10.16% from 255) = 9.73%
R=76.26%
G=14.01%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196362500.820.870.233.8677.3843.33
HexC42419052571744d2b
Octal3044431012212727411553
Binary1100010010010011001010100101010111101111001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c42419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c42419; }

 p { color: rgb(196,36,25); }

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

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

 a { background-color: rgb(196,36,25); }

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

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

 span { border-color: rgb(196,36,25); }

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