Html Css Color HEX #D8370B Harley Davidson Orange

📋 copy color: '#D8370B'

red 216 ◦ green 55 ◦ blue 11

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

Shades of Harley Davidson Orange #D8370B

Tints of Harley Davidson Orange #D8370B

RGB

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

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

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

R = 76.6%
G = 19.5%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8370B (or 0xD8370B) is known color: Harley Davidson Orange. HEX triplet: D8, 37 and 0B. RGB value is (216,55,11). Sum of RGB (Red+Green+Blue) = 216+55+11=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D8370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8370B is #27C8F4. Grayscale: #626262. Windows color (decimal): -2607349 or 735192. OLE color: 735192.

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

Color convert

RGB 216 55 11 -
CMYK 0 0.75 0.95 0.15
HSL 12.88º 0.9% 0.45% -
HSV(B) 12.88º 0.95% 0.85% -
XYZ 29.75 17.36 2.1 -
YUV 98.12 78.84 212.08 -
System Red Green Blue C M Y K H S L
Decimal 216 55 11 0 0.75 0.95 0.15 12.88 0.9 0.45
Hex D8 37 B 0 4B 5F F D 5A 2D
Octal 330 67 13 0 113 137 17 15 132 55
Binary 11011000 110111 1011 0 1001011 1011111 1111 1101 1011010 101101

Color Harmonies of #D8370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8370B

Black with #D8370B

Text Example


Text Example

White with #D8370B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8370B; }

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

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

background-color css

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

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

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

border-color css

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

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

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