Html Css Color HEX #D93515 Harley Davidson Orange

📋 copy color: '#D93515'

red 217 ◦ green 53 ◦ blue 21

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

Shades of Harley Davidson Orange #D93515

Tints of Harley Davidson Orange #D93515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.21%

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

R = 74.57%
G = 18.21%
B = 7.22%

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

#D93515 (or 0xD93515) is known color: Harley Davidson Orange. HEX triplet: D9, 35 and 15. RGB value is (217,53,21). Sum of RGB (Red+Green+Blue) = 217+53+21=291 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.57% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 217 - color contains mainly: red. Hex color #D93515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93515 is #26CAEA. Grayscale: #626262. Windows color (decimal): -2542315 or 1390041. OLE color: 1390041.

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

Color convert

RGB 217 53 21 -
CMYK 0 0.76 0.90 0.15
HSL 9.8º 0.82% 0.47% -
HSV(B) 9.8º 0.9% 0.85% -
XYZ 30.02 17.35 2.48 -
YUV 98.39 84.33 212.6 -
System Red Green Blue C M Y K H S L
Decimal 217 53 21 0 0.76 0.90 0.15 9.8 0.82 0.47
Hex D9 35 15 0 4C 5A F A 52 2F
Octal 331 65 25 0 114 132 17 12 122 57
Binary 11011001 110101 10101 0 1001100 1011010 1111 1010 1010010 101111

Color Harmonies of #D93515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93515

Black with #D93515

Text Example


Text Example

White with #D93515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93515; }

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

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

background-color css

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

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

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

border-color css

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

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

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