Html Css Color HEX #D62019 Harley Davidson Orange

📋 copy color: '#D62019'

red 214 ◦ green 32 ◦ blue 25

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

Shades of Harley Davidson Orange #D62019

Tints of Harley Davidson Orange #D62019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.81%

 BLUE value IS 25 (10.16% from 255) = 9.23%

R = 78.97%
G = 11.81%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D62019 (or 0xD62019) is known color: Harley Davidson Orange. HEX triplet: D6, 20 and 19. RGB value is (214,32,25). Sum of RGB (Red+Green+Blue) = 214+32+25=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D62019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62019 is #29DFE6. Grayscale: #555555. Windows color (decimal): -2744295 or 1646806. OLE color: 1646806.

HSL color Cylindrical-coordinate representation of color #D62019: hue angle of 2.22º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D62019 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 32 25 -
CMYK 0 0.85 0.88 0.16
HSL 2.22º 0.79% 0.47% -
HSV(B) 2.22º 0.88% 0.84% -
XYZ 28.42 15.4 2.39 -
YUV 85.62 93.8 219.57 -
System Red Green Blue C M Y K H S L
Decimal 214 32 25 0 0.85 0.88 0.16 2.22 0.79 0.47
Hex D6 20 19 0 55 58 10 2 4F 2F
Octal 326 40 31 0 125 130 20 2 117 57
Binary 11010110 100000 11001 0 1010101 1011000 10000 10 1001111 101111

Color Harmonies of #D62019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62019

Black with #D62019

Text Example


Text Example

White with #D62019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62019; }

 p { color: rgb(214,32,25); }

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

background-color css

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

 a { background-color: rgb(214,32,25); }

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

border-color css

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

 span { border-color: rgb(214,32,25); }

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