Html Css Color HEX #D8180B Harley Davidson Orange

📋 copy color: '#D8180B'

red 216 ◦ green 24 ◦ blue 11

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

Shades of Harley Davidson Orange #D8180B

Tints of Harley Davidson Orange #D8180B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.56%

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

R = 86.06%
G = 9.56%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8180B (or 0xD8180B) is known color: Harley Davidson Orange. HEX triplet: D8, 18 and 0B. RGB value is (216,24,11). Sum of RGB (Red+Green+Blue) = 216+24+11=251 (33% of max value = 765). Red value is 216 (84.77% from 255 or 86.06% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 216 - color contains mainly: red. Hex color #D8180B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8180B is #27E7F4. Grayscale: #505050. Windows color (decimal): -2615285 or 727256. OLE color: 727256.

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

Color convert

RGB 216 24 11 -
CMYK 0 0.89 0.95 0.15
HSL 3.8º 0.9% 0.45% -
HSV(B) 3.8º 0.95% 0.85% -
XYZ 28.71 15.28 1.75 -
YUV 79.93 89.11 225.06 -
System Red Green Blue C M Y K H S L
Decimal 216 24 11 0 0.89 0.95 0.15 3.8 0.9 0.45
Hex D8 18 B 0 59 5F F 4 5A 2D
Octal 330 30 13 0 131 137 17 4 132 55
Binary 11011000 11000 1011 0 1011001 1011111 1111 100 1011010 101101

Color Harmonies of #D8180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8180B

Black with #D8180B

Text Example


Text Example

White with #D8180B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8180B; }

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

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

background-color css

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

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

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

border-color css

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

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

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