Html Css Color HEX #D8390B Harley Davidson Orange

📋 copy color: '#D8390B'

red 216 ◦ green 57 ◦ blue 11

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

Shades of Harley Davidson Orange #D8390B

Tints of Harley Davidson Orange #D8390B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.87%

R = 76.06%
G = 20.07%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8390B (or 0xD8390B) is known color: Harley Davidson Orange. HEX triplet: D8, 39 and 0B. RGB value is (216,57,11). Sum of RGB (Red+Green+Blue) = 216+57+11=284 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.06% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 216 - color contains mainly: red. Hex color #D8390B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8390B is #27C6F4. Grayscale: #636363. Windows color (decimal): -2606837 or 735704. OLE color: 735704.

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

Color convert

RGB 216 57 11 -
CMYK 0 0.74 0.95 0.15
HSL 13.46º 0.9% 0.45% -
HSV(B) 13.46º 0.95% 0.85% -
XYZ 29.84 17.55 2.13 -
YUV 99.3 78.18 211.24 -
System Red Green Blue C M Y K H S L
Decimal 216 57 11 0 0.74 0.95 0.15 13.46 0.9 0.45
Hex D8 39 B 0 4A 5F F D 5A 2D
Octal 330 71 13 0 112 137 17 15 132 55
Binary 11011000 111001 1011 0 1001010 1011111 1111 1101 1011010 101101

Color Harmonies of #D8390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8390B

Black with #D8390B

Text Example


Text Example

White with #D8390B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8390B; }

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

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

background-color css

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

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

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

border-color css

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

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

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