Html Css Color HEX #D62811 Harley Davidson Orange

📋 copy color: '#D62811'

red 214 ◦ green 40 ◦ blue 17

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

Shades of Harley Davidson Orange #D62811

Tints of Harley Davidson Orange #D62811

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.76%

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

R = 78.97%
G = 14.76%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D62811 (or 0xD62811) is known color: Harley Davidson Orange. HEX triplet: D6, 28 and 11. RGB value is (214,40,17). Sum of RGB (Red+Green+Blue) = 214+40+17=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D62811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62811 is #29D7EE. Grayscale: #595959. Windows color (decimal): -2742255 or 1124566. OLE color: 1124566.

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

Color convert

RGB 214 40 17 -
CMYK 0 0.81 0.92 0.16
HSL 7.01º 0.85% 0.45% -
HSV(B) 7.01º 0.92% 0.84% -
XYZ 28.59 15.85 2.08 -
YUV 89.4 87.15 216.87 -
System Red Green Blue C M Y K H S L
Decimal 214 40 17 0 0.81 0.92 0.16 7.01 0.85 0.45
Hex D6 28 11 0 51 5C 10 7 55 2D
Octal 326 50 21 0 121 134 20 7 125 55
Binary 11010110 101000 10001 0 1010001 1011100 10000 111 1010101 101101

Color Harmonies of #D62811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62811

Black with #D62811

Text Example


Text Example

White with #D62811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62811; }

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

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

background-color css

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

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

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

border-color css

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

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

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