#c42718

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

Shades of Harley Davidson Orange #C42718

Tints of Harley Davidson Orange #C42718

Color information

#C42718 (or 0xC42718) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 27 and 18. RGB value is (196,39,24). Sum of RGB (Red+Green+Blue) = 196+39+24=259 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.68% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 196 - color contains mainly: red. Hex color #C42718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42718 is #3BD8E7. Grayscale: #545454. Windows color (decimal): -3922152 or 1583044. OLE color: 1583044.

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

Color convert

RGB1963924-
CMYK00.800.880.23
HSL5.23º78.18%43.14%-
HSV(B)5.23º87.76%76.86%-
XYZ23.6613.252.18-
YUV84.2394.01207.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 75.68%
GREEN value IS 39 (15.62% from 255) = 15.06%
BLUE value IS 24 (9.77% from 255) = 9.27%
R=75.68%
G=15.06%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196392400.800.880.235.2378.1843.14
HexC42718050581754e2b
Octal3044730012013027511653
Binary1100010010011111000010100001011000101111011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c42718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c42718; }

 p { color: rgb(196,39,24); }

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

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

 a { background-color: rgb(196,39,24); }

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

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

 span { border-color: rgb(196,39,24); }

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