Html Css Color HEX #D93015 Harley Davidson Orange

📋 copy color: '#D93015'

red 217 ◦ green 48 ◦ blue 21

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

Shades of Harley Davidson Orange #D93015

Tints of Harley Davidson Orange #D93015

RGB

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

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

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

R = 75.87%
G = 16.78%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D93015 (or 0xD93015) is known color: Harley Davidson Orange. HEX triplet: D9, 30 and 15. RGB value is (217,48,21). Sum of RGB (Red+Green+Blue) = 217+48+21=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D93015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93015 is #26CFEA. Grayscale: #5F5F5F. Windows color (decimal): -2543595 or 1388761. OLE color: 1388761.

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

Color convert

RGB 217 48 21 -
CMYK 0 0.78 0.90 0.15
HSL 8.27º 0.82% 0.47% -
HSV(B) 8.27º 0.9% 0.85% -
XYZ 29.81 16.92 2.4 -
YUV 95.45 85.99 214.7 -
System Red Green Blue C M Y K H S L
Decimal 217 48 21 0 0.78 0.90 0.15 8.27 0.82 0.47
Hex D9 30 15 0 4E 5A F 8 52 2F
Octal 331 60 25 0 116 132 17 10 122 57
Binary 11011001 110000 10101 0 1001110 1011010 1111 1000 1010010 101111

Color Harmonies of #D93015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93015

Black with #D93015

Text Example


Text Example

White with #D93015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93015; }

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

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

background-color css

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

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

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

border-color css

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

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

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