Html Css Color HEX #D62E11 Harley Davidson Orange

📋 copy color: '#D62E11'

red 214 ◦ green 46 ◦ blue 17

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

Shades of Harley Davidson Orange #D62E11

Tints of Harley Davidson Orange #D62E11

RGB

 RED value IS 214 (83.98% from 255) = 77.26%

 GREEN value IS 46 (18.36% from 255) = 16.61%

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

R = 77.26%
G = 16.61%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D62E11 (or 0xD62E11) is known color: Harley Davidson Orange. HEX triplet: D6, 2E and 11. RGB value is (214,46,17). Sum of RGB (Red+Green+Blue) = 214+46+17=277 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.26% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 214 - color contains mainly: red. Hex color #D62E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62E11 is #29D1EE. Grayscale: #5D5D5D. Windows color (decimal): -2740719 or 1126102. OLE color: 1126102.

HSL color Cylindrical-coordinate representation of color #D62E11: hue angle of 8.83º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D62E11 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 46 17 -
CMYK 0 0.79 0.92 0.16
HSL 8.83º 0.85% 0.45% -
HSV(B) 8.83º 0.92% 0.84% -
XYZ 28.81 16.29 2.16 -
YUV 92.93 85.16 214.36 -
System Red Green Blue C M Y K H S L
Decimal 214 46 17 0 0.79 0.92 0.16 8.83 0.85 0.45
Hex D6 2E 11 0 4F 5C 10 9 55 2D
Octal 326 56 21 0 117 134 20 11 125 55
Binary 11010110 101110 10001 0 1001111 1011100 10000 1001 1010101 101101

Color Harmonies of #D62E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62E11

Black with #D62E11

Text Example


Text Example

White with #D62E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62E11; }

 p { color: rgb(214,46,17); }

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

background-color css

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

 a { background-color: rgb(214,46,17); }

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

border-color css

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

 span { border-color: rgb(214,46,17); }

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