Html Css Color HEX #D62117 Harley Davidson Orange

📋 copy color: '#D62117'

red 214 ◦ green 33 ◦ blue 23

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

Shades of Harley Davidson Orange #D62117

Tints of Harley Davidson Orange #D62117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.22%

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

R = 79.26%
G = 12.22%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D62117 (or 0xD62117) is known color: Harley Davidson Orange. HEX triplet: D6, 21 and 17. RGB value is (214,33,23). Sum of RGB (Red+Green+Blue) = 214+33+23=270 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.26% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 214 - color contains mainly: red. Hex color #D62117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62117 is #29DEE8. Grayscale: #565656. Windows color (decimal): -2744041 or 1515990. OLE color: 1515990.

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

Color convert

RGB 214 33 23 -
CMYK 0 0.85 0.89 0.16
HSL 3.14º 0.81% 0.46% -
HSV(B) 3.14º 0.89% 0.84% -
XYZ 28.43 15.45 2.29 -
YUV 85.98 92.47 219.31 -
System Red Green Blue C M Y K H S L
Decimal 214 33 23 0 0.85 0.89 0.16 3.14 0.81 0.46
Hex D6 21 17 0 55 59 10 3 51 2E
Octal 326 41 27 0 125 131 20 3 121 56
Binary 11010110 100001 10111 0 1010101 1011001 10000 11 1010001 101110

Color Harmonies of #D62117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62117

Black with #D62117

Text Example


Text Example

White with #D62117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62117; }

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

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

background-color css

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

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

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

border-color css

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

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

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