#D41E1D

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

Shades of Harley Davidson Orange #D41E1D

Tints of Harley Davidson Orange #D41E1D

Color information

#D41E1D (or 0xD41E1D) is unknown color: approx Harley Davidson Orange. HEX triplet: D4, 1E and 1D. RGB value is (212,30,29). Sum of RGB (Red+Green+Blue) = 212+30+29=271 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.23% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 212 - color contains mainly: red. Hex color #D41E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41E1D is #2BE1E2. Grayscale: #545454. Windows color (decimal): -2875875 or 1908436. OLE color: 1908436.

HSL color Cylindrical-coordinate representation of color #D41E1D: hue angle of 0.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41E1D is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB2123029-
CMYK00.860.860.17
HSL0.33º75.93%47.25%-
HSV(B)0.33º86.32%83.14%-
XYZ27.8415.012.59-
YUV84.396.8219.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 78.23%
GREEN value IS 30 (12.11% from 255) = 11.07%
BLUE value IS 29 (11.72% from 255) = 10.70%
R=78.23%
G=11.07%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212302900.860.860.170.3375.9347.25
HexD41E1D056561104c2f
Octal3243635012612621011457
Binary1101010011110111010101011010101101000101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41E1D; }

 p { color: rgb(212,30,29); }

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

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

 a { background-color: rgb(212,30,29); }

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

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

 span { border-color: rgb(212,30,29); }

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