Html Css Color HEX #D8311B Harley Davidson Orange

📋 copy color: '#D8311B'

red 216 ◦ green 49 ◦ blue 27

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

Shades of Harley Davidson Orange #D8311B

Tints of Harley Davidson Orange #D8311B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.78%

 BLUE value IS 27 (10.94% from 255) = 9.25%

R = 73.97%
G = 16.78%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8311B (or 0xD8311B) is known color: Harley Davidson Orange. HEX triplet: D8, 31 and 1B. RGB value is (216,49,27). Sum of RGB (Red+Green+Blue) = 216+49+27=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D8311B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8311B is #27CEE4. Grayscale: #606060. Windows color (decimal): -2608869 or 1782232. OLE color: 1782232.

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

Color convert

RGB 216 49 27 -
CMYK 0 0.77 0.88 0.15
HSL 6.98º 0.78% 0.48% -
HSV(B) 6.98º 0.88% 0.85% -
XYZ 29.62 16.87 2.73 -
YUV 96.43 88.83 213.29 -
System Red Green Blue C M Y K H S L
Decimal 216 49 27 0 0.77 0.88 0.15 6.98 0.78 0.48
Hex D8 31 1B 0 4D 58 F 7 4E 30
Octal 330 61 33 0 115 130 17 7 116 60
Binary 11011000 110001 11011 0 1001101 1011000 1111 111 1001110 110000

Color Harmonies of #D8311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8311B

Black with #D8311B

Text Example


Text Example

White with #D8311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8311B; }

 p { color: rgb(216,49,27); }

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

background-color css

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

 a { background-color: rgb(216,49,27); }

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

border-color css

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

 span { border-color: rgb(216,49,27); }

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