Html Css Color HEX #D93115 Harley Davidson Orange

📋 copy color: '#D93115'

red 217 ◦ green 49 ◦ blue 21

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

Shades of Harley Davidson Orange #D93115

Tints of Harley Davidson Orange #D93115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.32%

R = 75.61%
G = 17.07%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D93115 (or 0xD93115) is known color: Harley Davidson Orange. HEX triplet: D9, 31 and 15. RGB value is (217,49,21). Sum of RGB (Red+Green+Blue) = 217+49+21=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D93115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93115 is #26CEEA. Grayscale: #606060. Windows color (decimal): -2543339 or 1389017. OLE color: 1389017.

HSL color Cylindrical-coordinate representation of color #D93115: hue angle of 8.57º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D93115 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 49 21 -
CMYK 0 0.77 0.90 0.15
HSL 8.57º 0.82% 0.47% -
HSV(B) 8.57º 0.9% 0.85% -
XYZ 29.85 17 2.42 -
YUV 96.04 85.66 214.28 -
System Red Green Blue C M Y K H S L
Decimal 217 49 21 0 0.77 0.90 0.15 8.57 0.82 0.47
Hex D9 31 15 0 4D 5A F 9 52 2F
Octal 331 61 25 0 115 132 17 11 122 57
Binary 11011001 110001 10101 0 1001101 1011010 1111 1001 1010010 101111

Color Harmonies of #D93115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93115

Black with #D93115

Text Example


Text Example

White with #D93115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93115; }

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

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

background-color css

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

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

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

border-color css

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

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

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