Html Css Color HEX #D41911 Harley Davidson Orange

📋 copy color: '#D41911'

red 212 ◦ green 25 ◦ blue 17

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

Shades of Harley Davidson Orange #D41911

Tints of Harley Davidson Orange #D41911

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.84%

 BLUE value IS 17 (7.03% from 255) = 6.69%

R = 83.46%
G = 9.84%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D41911 (or 0xD41911) is known color: Harley Davidson Orange. HEX triplet: D4, 19 and 11. RGB value is (212,25,17). Sum of RGB (Red+Green+Blue) = 212+25+17=254 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.46% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 212 - color contains mainly: red. Hex color #D41911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41911 is #2BE6EE. Grayscale: #505050. Windows color (decimal): -2877167 or 1120724. OLE color: 1120724.

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

Color convert

RGB 212 25 17 -
CMYK 0 0.88 0.92 0.17
HSL 2.46º 0.85% 0.45% -
HSV(B) 2.46º 0.92% 0.83% -
XYZ 27.6 14.73 1.92 -
YUV 80 92.45 222.15 -
System Red Green Blue C M Y K H S L
Decimal 212 25 17 0 0.88 0.92 0.17 2.46 0.85 0.45
Hex D4 19 11 0 58 5C 11 2 55 2D
Octal 324 31 21 0 130 134 21 2 125 55
Binary 11010100 11001 10001 0 1011000 1011100 10001 10 1010101 101101

Color Harmonies of #D41911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41911

Black with #D41911

Text Example


Text Example

White with #D41911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41911; }

 p { color: rgb(212,25,17); }

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

background-color css

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

 a { background-color: rgb(212,25,17); }

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

border-color css

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

 span { border-color: rgb(212,25,17); }

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