Html Css Color HEX #D93211 Harley Davidson Orange

📋 copy color: '#D93211'

red 217 ◦ green 50 ◦ blue 17

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

Shades of Harley Davidson Orange #D93211

Tints of Harley Davidson Orange #D93211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.61%

 BLUE value IS 17 (7.03% from 255) = 5.99%

R = 76.41%
G = 17.61%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D93211 (or 0xD93211) is known color: Harley Davidson Orange. HEX triplet: D9, 32 and 11. RGB value is (217,50,17). Sum of RGB (Red+Green+Blue) = 217+50+17=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D93211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93211 is #26CDEE. Grayscale: #606060. Windows color (decimal): -2543087 or 1127129. OLE color: 1127129.

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

Color convert

RGB 217 50 17 -
CMYK 0 0.77 0.92 0.15
HSL 9.9º 0.85% 0.46% -
HSV(B) 9.9º 0.92% 0.85% -
XYZ 29.86 17.07 2.25 -
YUV 96.17 83.33 214.18 -
System Red Green Blue C M Y K H S L
Decimal 217 50 17 0 0.77 0.92 0.15 9.9 0.85 0.46
Hex D9 32 11 0 4D 5C F A 55 2E
Octal 331 62 21 0 115 134 17 12 125 56
Binary 11011001 110010 10001 0 1001101 1011100 1111 1010 1010101 101110

Color Harmonies of #D93211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93211

Black with #D93211

Text Example


Text Example

White with #D93211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93211; }

 p { color: rgb(217,50,17); }

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

background-color css

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

 a { background-color: rgb(217,50,17); }

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

border-color css

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

 span { border-color: rgb(217,50,17); }

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