Html Css Color HEX #D81B0E Harley Davidson Orange

📋 copy color: '#D81B0E'

red 216 ◦ green 27 ◦ blue 14

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

Shades of Harley Davidson Orange #D81B0E

Tints of Harley Davidson Orange #D81B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.45%

R = 84.05%
G = 10.51%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D81B0E (or 0xD81B0E) is known color: Harley Davidson Orange. HEX triplet: D8, 1B and 0E. RGB value is (216,27,14). Sum of RGB (Red+Green+Blue) = 216+27+14=257 (34% of max value = 765). Red value is 216 (84.77% from 255 or 84.05% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81B0E is #27E4F1. Grayscale: #525252. Windows color (decimal): -2614514 or 924632. OLE color: 924632.

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

Color convert

RGB 216 27 14 -
CMYK 0 0.88 0.94 0.15
HSL 3.86º 0.88% 0.45% -
HSV(B) 3.86º 0.94% 0.85% -
XYZ 28.79 15.41 1.87 -
YUV 82.03 89.62 223.56 -
System Red Green Blue C M Y K H S L
Decimal 216 27 14 0 0.88 0.94 0.15 3.86 0.88 0.45
Hex D8 1B E 0 58 5E F 4 58 2D
Octal 330 33 16 0 130 136 17 4 130 55
Binary 11011000 11011 1110 0 1011000 1011110 1111 100 1011000 101101

Color Harmonies of #D81B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81B0E

Black with #D81B0E

Text Example


Text Example

White with #D81B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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