Html Css Color HEX #D41E10 Harley Davidson Orange

📋 copy color: '#D41E10'

red 212 ◦ green 30 ◦ blue 16

#D41E10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #D41E10

Tints of Harley Davidson Orange #D41E10

RGB

 RED value IS 212 (83.2% from 255) = 82.17%

 GREEN value IS 30 (12.11% from 255) = 11.63%

 BLUE value IS 16 (6.64% from 255) = 6.2%

R = 82.17%
G = 11.63%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D41E10 (or 0xD41E10) is known color: Harley Davidson Orange. HEX triplet: D4, 1E and 10. RGB value is (212,30,16). Sum of RGB (Red+Green+Blue) = 212+30+16=258 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.17% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 212 - color contains mainly: red. Hex color #D41E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D41E10 is #2BE1EF. Grayscale: #535353. Windows color (decimal): -2875888 or 1056468. OLE color: 1056468.

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

Color convert

RGB 212 30 16 -
CMYK 0 0.86 0.92 0.17
HSL 4.29º 0.86% 0.45% -
HSV(B) 4.29º 0.92% 0.83% -
XYZ 27.71 14.96 1.92 -
YUV 82.82 90.3 220.14 -
System Red Green Blue C M Y K H S L
Decimal 212 30 16 0 0.86 0.92 0.17 4.29 0.86 0.45
Hex D4 1E 10 0 56 5C 11 4 56 2D
Octal 324 36 20 0 126 134 21 4 126 55
Binary 11010100 11110 10000 0 1010110 1011100 10001 100 1010110 101101

Color Harmonies of #D41E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41E10

Black with #D41E10

Text Example


Text Example

White with #D41E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41E10; }

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

 H1.HeaderClassName
 {
   color: #D41E10;
 }
 .AnyTagClassName
 {
   color: #D41E10;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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