Html Css Color HEX #D61E17 Harley Davidson Orange

📋 copy color: '#D61E17'

red 214 ◦ green 30 ◦ blue 23

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

Shades of Harley Davidson Orange #D61E17

Tints of Harley Davidson Orange #D61E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.24%

 BLUE value IS 23 (9.38% from 255) = 8.61%

R = 80.15%
G = 11.24%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D61E17 (or 0xD61E17) is known color: Harley Davidson Orange. HEX triplet: D6, 1E and 17. RGB value is (214,30,23). Sum of RGB (Red+Green+Blue) = 214+30+23=267 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.15% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61E17 is #29E1E8. Grayscale: #545454. Windows color (decimal): -2744809 or 1515222. OLE color: 1515222.

HSL color Cylindrical-coordinate representation of color #D61E17: hue angle of 2.2º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61E17 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 30 23 -
CMYK 0 0.86 0.89 0.16
HSL 2.2º 0.81% 0.46% -
HSV(B) 2.2º 0.89% 0.84% -
XYZ 28.35 15.29 2.27 -
YUV 84.22 93.46 220.57 -
System Red Green Blue C M Y K H S L
Decimal 214 30 23 0 0.86 0.89 0.16 2.2 0.81 0.46
Hex D6 1E 17 0 56 59 10 2 51 2E
Octal 326 36 27 0 126 131 20 2 121 56
Binary 11010110 11110 10111 0 1010110 1011001 10000 10 1010001 101110

Color Harmonies of #D61E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E17

Black with #D61E17

Text Example


Text Example

White with #D61E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E17; }

 p { color: rgb(214,30,23); }

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

background-color css

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

 a { background-color: rgb(214,30,23); }

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

border-color css

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

 span { border-color: rgb(214,30,23); }

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