Html Css Color HEX #D62217 Harley Davidson Orange

📋 copy color: '#D62217'

red 214 ◦ green 34 ◦ blue 23

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

Shades of Harley Davidson Orange #D62217

Tints of Harley Davidson Orange #D62217

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.55%

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

R = 78.97%
G = 12.55%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D62217 (or 0xD62217) is known color: Harley Davidson Orange. HEX triplet: D6, 22 and 17. RGB value is (214,34,23). Sum of RGB (Red+Green+Blue) = 214+34+23=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D62217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62217 is #29DDE8. Grayscale: #565656. Windows color (decimal): -2743785 or 1516246. OLE color: 1516246.

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

Color convert

RGB 214 34 23 -
CMYK 0 0.84 0.89 0.16
HSL 3.46º 0.81% 0.46% -
HSV(B) 3.46º 0.89% 0.84% -
XYZ 28.46 15.5 2.3 -
YUV 86.57 92.13 218.89 -
System Red Green Blue C M Y K H S L
Decimal 214 34 23 0 0.84 0.89 0.16 3.46 0.81 0.46
Hex D6 22 17 0 54 59 10 3 51 2E
Octal 326 42 27 0 124 131 20 3 121 56
Binary 11010110 100010 10111 0 1010100 1011001 10000 11 1010001 101110

Color Harmonies of #D62217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62217

Black with #D62217

Text Example


Text Example

White with #D62217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62217; }

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

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

background-color css

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

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

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

border-color css

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

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

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