Html Css Color HEX #D8350E Harley Davidson Orange

📋 copy color: '#D8350E'

red 216 ◦ green 53 ◦ blue 14

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

Shades of Harley Davidson Orange #D8350E

Tints of Harley Davidson Orange #D8350E

RGB

 RED value IS 216 (84.77% from 255) = 76.33%

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

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

R = 76.33%
G = 18.73%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8350E (or 0xD8350E) is known color: Harley Davidson Orange. HEX triplet: D8, 35 and 0E. RGB value is (216,53,14). Sum of RGB (Red+Green+Blue) = 216+53+14=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D8350E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8350E is #27CAF1. Grayscale: #616161. Windows color (decimal): -2607858 or 931288. OLE color: 931288.

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

Color convert

RGB 216 53 14 -
CMYK 0 0.75 0.94 0.15
HSL 11.58º 0.88% 0.45% -
HSV(B) 11.58º 0.94% 0.85% -
XYZ 29.67 17.18 2.17 -
YUV 97.29 81 212.67 -
System Red Green Blue C M Y K H S L
Decimal 216 53 14 0 0.75 0.94 0.15 11.58 0.88 0.45
Hex D8 35 E 0 4B 5E F C 58 2D
Octal 330 65 16 0 113 136 17 14 130 55
Binary 11011000 110101 1110 0 1001011 1011110 1111 1100 1011000 101101

Color Harmonies of #D8350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8350E

Black with #D8350E

Text Example


Text Example

White with #D8350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8350E; }

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

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

background-color css

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

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

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

border-color css

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

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

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