Html Css Color HEX #D93315 Harley Davidson Orange

📋 copy color: '#D93315'

red 217 ◦ green 51 ◦ blue 21

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

Shades of Harley Davidson Orange #D93315

Tints of Harley Davidson Orange #D93315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.65%

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

R = 75.09%
G = 17.65%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D93315 (or 0xD93315) is known color: Harley Davidson Orange. HEX triplet: D9, 33 and 15. RGB value is (217,51,21). Sum of RGB (Red+Green+Blue) = 217+51+21=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D93315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93315 is #26CCEA. Grayscale: #616161. Windows color (decimal): -2542827 or 1389529. OLE color: 1389529.

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

Color convert

RGB 217 51 21 -
CMYK 0 0.76 0.90 0.15
HSL 9.18º 0.82% 0.47% -
HSV(B) 9.18º 0.9% 0.85% -
XYZ 29.93 17.17 2.45 -
YUV 97.21 85 213.44 -
System Red Green Blue C M Y K H S L
Decimal 217 51 21 0 0.76 0.90 0.15 9.18 0.82 0.47
Hex D9 33 15 0 4C 5A F 9 52 2F
Octal 331 63 25 0 114 132 17 11 122 57
Binary 11011001 110011 10101 0 1001100 1011010 1111 1001 1010010 101111

Color Harmonies of #D93315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93315

Black with #D93315

Text Example


Text Example

White with #D93315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93315; }

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

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

background-color css

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

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

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

border-color css

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

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

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