Html Css Color HEX #D62C11 Harley Davidson Orange

📋 copy color: '#D62C11'

red 214 ◦ green 44 ◦ blue 17

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

Shades of Harley Davidson Orange #D62C11

Tints of Harley Davidson Orange #D62C11

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16%

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

R = 77.82%
G = 16%
B = 6.18%

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

#D62C11 (or 0xD62C11) is known color: Harley Davidson Orange. HEX triplet: D6, 2C and 11. RGB value is (214,44,17). Sum of RGB (Red+Green+Blue) = 214+44+17=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62C11 is #29D3EE. Grayscale: #5C5C5C. Windows color (decimal): -2741231 or 1125590. OLE color: 1125590.

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

Color convert

RGB 214 44 17 -
CMYK 0 0.79 0.92 0.16
HSL 8.22º 0.85% 0.45% -
HSV(B) 8.22º 0.92% 0.84% -
XYZ 28.73 16.14 2.13 -
YUV 91.75 85.82 215.2 -
System Red Green Blue C M Y K H S L
Decimal 214 44 17 0 0.79 0.92 0.16 8.22 0.85 0.45
Hex D6 2C 11 0 4F 5C 10 8 55 2D
Octal 326 54 21 0 117 134 20 10 125 55
Binary 11010110 101100 10001 0 1001111 1011100 10000 1000 1010101 101101

Color Harmonies of #D62C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62C11

Black with #D62C11

Text Example


Text Example

White with #D62C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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