Html Css Color HEX #D93019 Harley Davidson Orange

📋 copy color: '#D93019'

red 217 ◦ green 48 ◦ blue 25

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

Shades of Harley Davidson Orange #D93019

Tints of Harley Davidson Orange #D93019

RGB

 RED value IS 217 (85.16% from 255) = 74.83%

 GREEN value IS 48 (19.14% from 255) = 16.55%

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

R = 74.83%
G = 16.55%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D93019 (or 0xD93019) is known color: Harley Davidson Orange. HEX triplet: D9, 30 and 19. RGB value is (217,48,25). Sum of RGB (Red+Green+Blue) = 217+48+25=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D93019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93019 is #26CFE6. Grayscale: #606060. Windows color (decimal): -2543591 or 1650905. OLE color: 1650905.

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

Color convert

RGB 217 48 25 -
CMYK 0 0.78 0.88 0.15
HSL 7.19º 0.79% 0.47% -
HSV(B) 7.19º 0.88% 0.85% -
XYZ 29.85 16.94 2.62 -
YUV 95.91 87.99 214.37 -
System Red Green Blue C M Y K H S L
Decimal 217 48 25 0 0.78 0.88 0.15 7.19 0.79 0.47
Hex D9 30 19 0 4E 58 F 7 4F 2F
Octal 331 60 31 0 116 130 17 7 117 57
Binary 11011001 110000 11001 0 1001110 1011000 1111 111 1001111 101111

Color Harmonies of #D93019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93019

Black with #D93019

Text Example


Text Example

White with #D93019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93019; }

 p { color: rgb(217,48,25); }

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

background-color css

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

 a { background-color: rgb(217,48,25); }

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

border-color css

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

 span { border-color: rgb(217,48,25); }

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