Html Css Color HEX #D62011 Harley Davidson Orange

📋 copy color: '#D62011'

red 214 ◦ green 32 ◦ blue 17

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

Shades of Harley Davidson Orange #D62011

Tints of Harley Davidson Orange #D62011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.17%

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

R = 81.37%
G = 12.17%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D62011 (or 0xD62011) is known color: Harley Davidson Orange. HEX triplet: D6, 20 and 11. RGB value is (214,32,17). Sum of RGB (Red+Green+Blue) = 214+32+17=263 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.37% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 214 - color contains mainly: red. Hex color #D62011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62011 is #29DFEE. Grayscale: #545454. Windows color (decimal): -2744303 or 1122518. OLE color: 1122518.

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

Color convert

RGB 214 32 17 -
CMYK 0 0.85 0.92 0.16
HSL 4.57º 0.85% 0.45% -
HSV(B) 4.57º 0.92% 0.84% -
XYZ 28.35 15.37 2 -
YUV 84.71 89.8 220.22 -
System Red Green Blue C M Y K H S L
Decimal 214 32 17 0 0.85 0.92 0.16 4.57 0.85 0.45
Hex D6 20 11 0 55 5C 10 5 55 2D
Octal 326 40 21 0 125 134 20 5 125 55
Binary 11010110 100000 10001 0 1010101 1011100 10000 101 1010101 101101

Color Harmonies of #D62011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62011

Black with #D62011

Text Example


Text Example

White with #D62011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62011; }

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

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

background-color css

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

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

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

border-color css

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

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

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