Html Css Color HEX #D8391A Harley Davidson Orange

📋 copy color: '#D8391A'

red 216 ◦ green 57 ◦ blue 26

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

Shades of Harley Davidson Orange #D8391A

Tints of Harley Davidson Orange #D8391A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.7%

R = 72.24%
G = 19.06%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8391A (or 0xD8391A) is known color: Harley Davidson Orange. HEX triplet: D8, 39 and 1A. RGB value is (216,57,26). Sum of RGB (Red+Green+Blue) = 216+57+26=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D8391A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8391A is #27C6E5. Grayscale: #656565. Windows color (decimal): -2606822 or 1718744. OLE color: 1718744.

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

Color convert

RGB 216 57 26 -
CMYK 0 0.74 0.88 0.15
HSL 9.79º 0.79% 0.47% -
HSV(B) 9.79º 0.88% 0.85% -
XYZ 29.97 17.6 2.79 -
YUV 101.01 85.68 210.02 -
System Red Green Blue C M Y K H S L
Decimal 216 57 26 0 0.74 0.88 0.15 9.79 0.79 0.47
Hex D8 39 1A 0 4A 58 F A 4F 2F
Octal 330 71 32 0 112 130 17 12 117 57
Binary 11011000 111001 11010 0 1001010 1011000 1111 1010 1001111 101111

Color Harmonies of #D8391A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8391A

Black with #D8391A

Text Example


Text Example

White with #D8391A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8391A; }

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

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

background-color css

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

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

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

border-color css

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

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

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