Html Css Color HEX #D41F11 Harley Davidson Orange

📋 copy color: '#D41F11'

red 212 ◦ green 31 ◦ blue 17

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

Shades of Harley Davidson Orange #D41F11

Tints of Harley Davidson Orange #D41F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.92%

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

R = 81.54%
G = 11.92%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D41F11 (or 0xD41F11) is known color: Harley Davidson Orange. HEX triplet: D4, 1F and 11. RGB value is (212,31,17). Sum of RGB (Red+Green+Blue) = 212+31+17=260 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.54% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 212 - color contains mainly: red. Hex color #D41F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D41F11 is #2BE0EE. Grayscale: #535353. Windows color (decimal): -2875631 or 1122260. OLE color: 1122260.

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

Color convert

RGB 212 31 17 -
CMYK 0 0.85 0.92 0.17
HSL 4.31º 0.85% 0.45% -
HSV(B) 4.31º 0.92% 0.83% -
XYZ 27.74 15.02 1.97 -
YUV 83.52 90.47 219.64 -
System Red Green Blue C M Y K H S L
Decimal 212 31 17 0 0.85 0.92 0.17 4.31 0.85 0.45
Hex D4 1F 11 0 55 5C 11 4 55 2D
Octal 324 37 21 0 125 134 21 4 125 55
Binary 11010100 11111 10001 0 1010101 1011100 10001 100 1010101 101101

Color Harmonies of #D41F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41F11

Black with #D41F11

Text Example


Text Example

White with #D41F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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