Html Css Color HEX #D8371B Harley Davidson Orange

📋 copy color: '#D8371B'

red 216 ◦ green 55 ◦ blue 27

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

Shades of Harley Davidson Orange #D8371B

Tints of Harley Davidson Orange #D8371B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.46%

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

R = 72.48%
G = 18.46%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8371B (or 0xD8371B) is known color: Harley Davidson Orange. HEX triplet: D8, 37 and 1B. RGB value is (216,55,27). Sum of RGB (Red+Green+Blue) = 216+55+27=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D8371B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8371B is #27C8E4. Grayscale: #646464. Windows color (decimal): -2607333 or 1783768. OLE color: 1783768.

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

Color convert

RGB 216 55 27 -
CMYK 0 0.75 0.88 0.15
HSL 8.89º 0.78% 0.48% -
HSV(B) 8.89º 0.88% 0.85% -
XYZ 29.88 17.41 2.82 -
YUV 99.95 86.84 210.78 -
System Red Green Blue C M Y K H S L
Decimal 216 55 27 0 0.75 0.88 0.15 8.89 0.78 0.48
Hex D8 37 1B 0 4B 58 F 9 4E 30
Octal 330 67 33 0 113 130 17 11 116 60
Binary 11011000 110111 11011 0 1001011 1011000 1111 1001 1001110 110000

Color Harmonies of #D8371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8371B

Black with #D8371B

Text Example


Text Example

White with #D8371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8371B; }

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

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

background-color css

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

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

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

border-color css

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

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

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