Html Css Color HEX #D9190E Harley Davidson Orange

📋 copy color: '#D9190E'

red 217 ◦ green 25 ◦ blue 14

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

Shades of Harley Davidson Orange #D9190E

Tints of Harley Davidson Orange #D9190E

RGB

 RED value IS 217 (85.16% from 255) = 84.77%

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

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

R = 84.77%
G = 9.77%
B = 5.47%

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

#D9190E (or 0xD9190E) is known color: Harley Davidson Orange. HEX triplet: D9, 19 and 0E. RGB value is (217,25,14). Sum of RGB (Red+Green+Blue) = 217+25+14=256 (33% of max value = 765). Red value is 217 (85.16% from 255 or 84.77% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 217 - color contains mainly: red. Hex color #D9190E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9190E is #26E6F1. Grayscale: #515151. Windows color (decimal): -2549490 or 924121. OLE color: 924121.

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

Color convert

RGB 217 25 14 -
CMYK 0 0.88 0.94 0.15
HSL 3.25º 0.88% 0.45% -
HSV(B) 3.25º 0.94% 0.85% -
XYZ 29.04 15.48 1.87 -
YUV 81.15 90.11 224.89 -
System Red Green Blue C M Y K H S L
Decimal 217 25 14 0 0.88 0.94 0.15 3.25 0.88 0.45
Hex D9 19 E 0 58 5E F 3 58 2D
Octal 331 31 16 0 130 136 17 3 130 55
Binary 11011001 11001 1110 0 1011000 1011110 1111 11 1011000 101101

Color Harmonies of #D9190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9190E

Black with #D9190E

Text Example


Text Example

White with #D9190E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9190E; }

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

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

background-color css

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

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

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

border-color css

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

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

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