#C42810

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

Shades of Harley Davidson Orange #C42810

Tints of Harley Davidson Orange #C42810

Color information

#C42810 (or 0xC42810) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 28 and 10. RGB value is (196,40,16). Sum of RGB (Red+Green+Blue) = 196+40+16=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C42810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42810 is #3BD7EF. Grayscale: #545454. Windows color (decimal): -3921904 or 1059012. OLE color: 1059012.

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

Color convert

RGB1964016-
CMYK00.800.920.23
HSL84.91%41.57%-
HSV(B)91.84%76.86%-
XYZ23.6213.291.81-
YUV83.9189.68207.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 77.78%
GREEN value IS 40 (16.02% from 255) = 15.87%
BLUE value IS 16 (6.64% from 255) = 6.35%
R=77.78%
G=15.87%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196401600.800.920.23884.9141.57
HexC428100505C178552a
Octal30450200120134271012552
Binary11000100101000100000101000010111001011110001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42810; }

 p { color: rgb(196,40,16); }

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

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

 a { background-color: rgb(196,40,16); }

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

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

 span { border-color: rgb(196,40,16); }

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