Html Css Color HEX #D93715 Harley Davidson Orange

📋 copy color: '#D93715'

red 217 ◦ green 55 ◦ blue 21

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

Shades of Harley Davidson Orange #D93715

Tints of Harley Davidson Orange #D93715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.77%

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

R = 74.06%
G = 18.77%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D93715 (or 0xD93715) is known color: Harley Davidson Orange. HEX triplet: D9, 37 and 15. RGB value is (217,55,21). Sum of RGB (Red+Green+Blue) = 217+55+21=293 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.06% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 217 - color contains mainly: red. Hex color #D93715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93715 is #26C8EA. Grayscale: #636363. Windows color (decimal): -2541803 or 1390553. OLE color: 1390553.

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

Color convert

RGB 217 55 21 -
CMYK 0 0.75 0.90 0.15
HSL 10.41º 0.82% 0.47% -
HSV(B) 10.41º 0.9% 0.85% -
XYZ 30.12 17.54 2.51 -
YUV 99.56 83.67 211.76 -
System Red Green Blue C M Y K H S L
Decimal 217 55 21 0 0.75 0.90 0.15 10.41 0.82 0.47
Hex D9 37 15 0 4B 5A F A 52 2F
Octal 331 67 25 0 113 132 17 12 122 57
Binary 11011001 110111 10101 0 1001011 1011010 1111 1010 1010010 101111

Color Harmonies of #D93715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93715

Black with #D93715

Text Example


Text Example

White with #D93715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93715; }

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

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

background-color css

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

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

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

border-color css

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

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

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