Html Css Color HEX #D81B18 Harley Davidson Orange

📋 copy color: '#D81B18'

red 216 ◦ green 27 ◦ blue 24

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

Shades of Harley Davidson Orange #D81B18

Tints of Harley Davidson Orange #D81B18

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.11%

 BLUE value IS 24 (9.77% from 255) = 8.99%

R = 80.9%
G = 10.11%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D81B18 (or 0xD81B18) is known color: Harley Davidson Orange. HEX triplet: D8, 1B and 18. RGB value is (216,27,24). Sum of RGB (Red+Green+Blue) = 216+27+24=267 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.90% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81B18 is #27E4E7. Grayscale: #535353. Windows color (decimal): -2614504 or 1579992. OLE color: 1579992.

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

Color convert

RGB 216 27 24 -
CMYK 0 0.88 0.89 0.15
HSL 0.94º 0.8% 0.47% -
HSV(B) 0.94º 0.89% 0.85% -
XYZ 28.88 15.45 2.32 -
YUV 83.17 94.62 222.74 -
System Red Green Blue C M Y K H S L
Decimal 216 27 24 0 0.88 0.89 0.15 0.94 0.8 0.47
Hex D8 1B 18 0 58 59 F 1 50 2F
Octal 330 33 30 0 130 131 17 1 120 57
Binary 11011000 11011 11000 0 1011000 1011001 1111 1 1010000 101111

Color Harmonies of #D81B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81B18

Black with #D81B18

Text Example


Text Example

White with #D81B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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