Html Css Color HEX #D9350E Harley Davidson Orange

📋 copy color: '#D9350E'

red 217 ◦ green 53 ◦ blue 14

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

Shades of Harley Davidson Orange #D9350E

Tints of Harley Davidson Orange #D9350E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.93%

R = 76.41%
G = 18.66%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9350E (or 0xD9350E) is known color: Harley Davidson Orange. HEX triplet: D9, 35 and 0E. RGB value is (217,53,14). Sum of RGB (Red+Green+Blue) = 217+53+14=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D9350E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9350E is #26CAF1. Grayscale: #616161. Windows color (decimal): -2542322 or 931289. OLE color: 931289.

HSL color Cylindrical-coordinate representation of color #D9350E: hue angle of 11.53º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9350E is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 53 14 -
CMYK 0 0.76 0.94 0.15
HSL 11.53º 0.88% 0.45% -
HSV(B) 11.53º 0.94% 0.85% -
XYZ 29.97 17.33 2.18 -
YUV 97.59 80.83 213.17 -
System Red Green Blue C M Y K H S L
Decimal 217 53 14 0 0.76 0.94 0.15 11.53 0.88 0.45
Hex D9 35 E 0 4C 5E F C 58 2D
Octal 331 65 16 0 114 136 17 14 130 55
Binary 11011001 110101 1110 0 1001100 1011110 1111 1100 1011000 101101

Color Harmonies of #D9350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9350E

Black with #D9350E

Text Example


Text Example

White with #D9350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9350E; }

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

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

background-color css

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

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

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

border-color css

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

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

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