Html Css Color HEX #D62F17 Harley Davidson Orange

📋 copy color: '#D62F17'

red 214 ◦ green 47 ◦ blue 23

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

Shades of Harley Davidson Orange #D62F17

Tints of Harley Davidson Orange #D62F17

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.55%

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

R = 75.35%
G = 16.55%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D62F17 (or 0xD62F17) is known color: Harley Davidson Orange. HEX triplet: D6, 2F and 17. RGB value is (214,47,23). Sum of RGB (Red+Green+Blue) = 214+47+23=284 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.35% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62F17 is #29D0E8. Grayscale: #5E5E5E. Windows color (decimal): -2740457 or 1519574. OLE color: 1519574.

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

Color convert

RGB 214 47 23 -
CMYK 0 0.78 0.89 0.16
HSL 7.54º 0.81% 0.46% -
HSV(B) 7.54º 0.89% 0.84% -
XYZ 28.9 16.39 2.45 -
YUV 94.2 87.83 213.45 -
System Red Green Blue C M Y K H S L
Decimal 214 47 23 0 0.78 0.89 0.16 7.54 0.81 0.46
Hex D6 2F 17 0 4E 59 10 8 51 2E
Octal 326 57 27 0 116 131 20 10 121 56
Binary 11010110 101111 10111 0 1001110 1011001 10000 1000 1010001 101110

Color Harmonies of #D62F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F17

Black with #D62F17

Text Example


Text Example

White with #D62F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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