#C41E10

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

Shades of Harley Davidson Orange #C41E10

Tints of Harley Davidson Orange #C41E10

Color information

#C41E10 (or 0xC41E10) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 1E and 10. RGB value is (196,30,16). Sum of RGB (Red+Green+Blue) = 196+30+16=242 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.99% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41E10 is #3BE1EF. Grayscale: #4E4E4E. Windows color (decimal): -3924464 or 1056452. OLE color: 1056452.

HSL color Cylindrical-coordinate representation of color #C41E10: hue angle of 4.67º 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 #C41E10 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB1963016-
CMYK00.850.920.23
HSL4.67º84.91%41.57%-
HSV(B)4.67º91.84%76.86%-
XYZ23.3212.71.71-
YUV78.0493212.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 80.99%
GREEN value IS 30 (12.11% from 255) = 12.40%
BLUE value IS 16 (6.64% from 255) = 6.61%
R=80.99%
G=12.40%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196301600.850.920.234.6784.9141.57
HexC41E100555C175552a
Octal3043620012513427512552
Binary110001001111010000010101011011100101111011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41E10; }

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

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

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

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

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

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

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

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