Html Css Color HEX #D62319 Harley Davidson Orange

📋 copy color: '#D62319'

red 214 ◦ green 35 ◦ blue 25

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

Shades of Harley Davidson Orange #D62319

Tints of Harley Davidson Orange #D62319

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.77%

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

R = 78.1%
G = 12.77%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D62319 (or 0xD62319) is known color: Harley Davidson Orange. HEX triplet: D6, 23 and 19. RGB value is (214,35,25). Sum of RGB (Red+Green+Blue) = 214+35+25=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D62319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62319 is #29DCE6. Grayscale: #575757. Windows color (decimal): -2743527 or 1647574. OLE color: 1647574.

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

Color convert

RGB 214 35 25 -
CMYK 0 0.84 0.88 0.16
HSL 3.17º 0.79% 0.47% -
HSV(B) 3.17º 0.88% 0.84% -
XYZ 28.51 15.57 2.42 -
YUV 87.38 92.8 218.31 -
System Red Green Blue C M Y K H S L
Decimal 214 35 25 0 0.84 0.88 0.16 3.17 0.79 0.47
Hex D6 23 19 0 54 58 10 3 4F 2F
Octal 326 43 31 0 124 130 20 3 117 57
Binary 11010110 100011 11001 0 1010100 1011000 10000 11 1001111 101111

Color Harmonies of #D62319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62319

Black with #D62319

Text Example


Text Example

White with #D62319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62319; }

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

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

background-color css

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

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

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

border-color css

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

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

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