Html Css Color HEX #D8190E Harley Davidson Orange

📋 copy color: '#D8190E'

red 216 ◦ green 25 ◦ blue 14

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

Shades of Harley Davidson Orange #D8190E

Tints of Harley Davidson Orange #D8190E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.8%

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

R = 84.71%
G = 9.8%
B = 5.49%

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

#D8190E (or 0xD8190E) is known color: Harley Davidson Orange. HEX triplet: D8, 19 and 0E. RGB value is (216,25,14). Sum of RGB (Red+Green+Blue) = 216+25+14=255 (33% of max value = 765). Red value is 216 (84.77% from 255 or 84.71% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 216 - color contains mainly: red. Hex color #D8190E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8190E is #27E6F1. Grayscale: #515151. Windows color (decimal): -2615026 or 924120. OLE color: 924120.

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

Color convert

RGB 216 25 14 -
CMYK 0 0.88 0.94 0.15
HSL 3.27º 0.88% 0.45% -
HSV(B) 3.27º 0.94% 0.85% -
XYZ 28.75 15.33 1.86 -
YUV 80.86 90.28 224.39 -
System Red Green Blue C M Y K H S L
Decimal 216 25 14 0 0.88 0.94 0.15 3.27 0.88 0.45
Hex D8 19 E 0 58 5E F 3 58 2D
Octal 330 31 16 0 130 136 17 3 130 55
Binary 11011000 11001 1110 0 1011000 1011110 1111 11 1011000 101101

Color Harmonies of #D8190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8190E

Black with #D8190E

Text Example


Text Example

White with #D8190E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8190E; }

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

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

background-color css

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

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

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

border-color css

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

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

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