Html Css Color HEX #D93119 Harley Davidson Orange

📋 copy color: '#D93119'

red 217 ◦ green 49 ◦ blue 25

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

Shades of Harley Davidson Orange #D93119

Tints of Harley Davidson Orange #D93119

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.84%

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

R = 74.57%
G = 16.84%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D93119 (or 0xD93119) is known color: Harley Davidson Orange. HEX triplet: D9, 31 and 19. RGB value is (217,49,25). Sum of RGB (Red+Green+Blue) = 217+49+25=291 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.57% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 217 - color contains mainly: red. Hex color #D93119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93119 is #26CEE6. Grayscale: #606060. Windows color (decimal): -2543335 or 1651161. OLE color: 1651161.

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

Color convert

RGB 217 49 25 -
CMYK 0 0.77 0.88 0.15
HSL 7.5º 0.79% 0.47% -
HSV(B) 7.5º 0.88% 0.85% -
XYZ 29.89 17.02 2.63 -
YUV 96.5 87.66 213.95 -
System Red Green Blue C M Y K H S L
Decimal 217 49 25 0 0.77 0.88 0.15 7.5 0.79 0.47
Hex D9 31 19 0 4D 58 F 8 4F 2F
Octal 331 61 31 0 115 130 17 10 117 57
Binary 11011001 110001 11001 0 1001101 1011000 1111 1000 1001111 101111

Color Harmonies of #D93119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93119

Black with #D93119

Text Example


Text Example

White with #D93119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93119; }

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

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

background-color css

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

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

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

border-color css

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

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

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