Html Css Color HEX #D62B11 Harley Davidson Orange

📋 copy color: '#D62B11'

red 214 ◦ green 43 ◦ blue 17

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

Shades of Harley Davidson Orange #D62B11

Tints of Harley Davidson Orange #D62B11

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.69%

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

R = 78.1%
G = 15.69%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D62B11 (or 0xD62B11) is known color: Harley Davidson Orange. HEX triplet: D6, 2B and 11. RGB value is (214,43,17). Sum of RGB (Red+Green+Blue) = 214+43+17=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D62B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62B11 is #29D4EE. Grayscale: #5B5B5B. Windows color (decimal): -2741487 or 1125334. OLE color: 1125334.

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

Color convert

RGB 214 43 17 -
CMYK 0 0.80 0.92 0.16
HSL 7.92º 0.85% 0.45% -
HSV(B) 7.92º 0.92% 0.84% -
XYZ 28.7 16.06 2.12 -
YUV 91.17 86.15 215.61 -
System Red Green Blue C M Y K H S L
Decimal 214 43 17 0 0.80 0.92 0.16 7.92 0.85 0.45
Hex D6 2B 11 0 50 5C 10 8 55 2D
Octal 326 53 21 0 120 134 20 10 125 55
Binary 11010110 101011 10001 0 1010000 1011100 10000 1000 1010101 101101

Color Harmonies of #D62B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62B11

Black with #D62B11

Text Example


Text Example

White with #D62B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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