#C41F10

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

Shades of Harley Davidson Orange #C41F10

Tints of Harley Davidson Orange #C41F10

Color information

#C41F10 (or 0xC41F10) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 1F and 10. RGB value is (196,31,16). Sum of RGB (Red+Green+Blue) = 196+31+16=243 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.66% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41F10 is #3BE0EF. Grayscale: #4E4E4E. Windows color (decimal): -3924208 or 1056708. OLE color: 1056708.

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

Color convert

RGB1963116-
CMYK00.840.920.23
HSL84.91%41.57%-
HSV(B)91.84%76.86%-
XYZ23.3512.751.72-
YUV78.6292.66211.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 80.66%
GREEN value IS 31 (12.5% from 255) = 12.76%
BLUE value IS 16 (6.64% from 255) = 6.58%
R=80.66%
G=12.76%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196311600.840.920.23584.9141.57
HexC41F100545C175552a
Octal3043720012413427512552
Binary110001001111110000010101001011100101111011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41F10; }

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

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

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

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

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

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

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

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