Html Css Color HEX #D41711 Harley Davidson Orange

📋 copy color: '#D41711'

red 212 ◦ green 23 ◦ blue 17

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

Shades of Harley Davidson Orange #D41711

Tints of Harley Davidson Orange #D41711

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.13%

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

R = 84.13%
G = 9.13%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D41711 (or 0xD41711) is known color: Harley Davidson Orange. HEX triplet: D4, 17 and 11. RGB value is (212,23,17). Sum of RGB (Red+Green+Blue) = 212+23+17=252 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.13% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 212 - color contains mainly: red. Hex color #D41711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41711 is #2BE8EE. Grayscale: #4F4F4F. Windows color (decimal): -2877679 or 1120212. OLE color: 1120212.

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

Color convert

RGB 212 23 17 -
CMYK 0 0.89 0.92 0.17
HSL 1.85º 0.85% 0.45% -
HSV(B) 1.85º 0.92% 0.83% -
XYZ 27.56 14.65 1.91 -
YUV 78.83 93.12 222.99 -
System Red Green Blue C M Y K H S L
Decimal 212 23 17 0 0.89 0.92 0.17 1.85 0.85 0.45
Hex D4 17 11 0 59 5C 11 2 55 2D
Octal 324 27 21 0 131 134 21 2 125 55
Binary 11010100 10111 10001 0 1011001 1011100 10001 10 1010101 101101

Color Harmonies of #D41711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41711

Black with #D41711

Text Example


Text Example

White with #D41711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41711; }

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

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

background-color css

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

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

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

border-color css

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

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

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