Html Css Color HEX #D8390D Harley Davidson Orange

📋 copy color: '#D8390D'

red 216 ◦ green 57 ◦ blue 13

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

Shades of Harley Davidson Orange #D8390D

Tints of Harley Davidson Orange #D8390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.93%

 BLUE value IS 13 (5.47% from 255) = 4.55%

R = 75.52%
G = 19.93%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8390D (or 0xD8390D) is known color: Harley Davidson Orange. HEX triplet: D8, 39 and 0D. RGB value is (216,57,13). Sum of RGB (Red+Green+Blue) = 216+57+13=286 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.52% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 216 - color contains mainly: red. Hex color #D8390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8390D is #27C6F2. Grayscale: #636363. Windows color (decimal): -2606835 or 866776. OLE color: 866776.

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

Color convert

RGB 216 57 13 -
CMYK 0 0.74 0.94 0.15
HSL 13º 0.89% 0.45% -
HSV(B) 13º 0.94% 0.85% -
XYZ 29.85 17.55 2.2 -
YUV 99.53 79.18 211.08 -
System Red Green Blue C M Y K H S L
Decimal 216 57 13 0 0.74 0.94 0.15 13 0.89 0.45
Hex D8 39 D 0 4A 5E F D 59 2D
Octal 330 71 15 0 112 136 17 15 131 55
Binary 11011000 111001 1101 0 1001010 1011110 1111 1101 1011001 101101

Color Harmonies of #D8390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8390D

Black with #D8390D

Text Example


Text Example

White with #D8390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8390D; }

 p { color: rgb(216,57,13); }

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

background-color css

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

 a { background-color: rgb(216,57,13); }

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

border-color css

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

 span { border-color: rgb(216,57,13); }

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