Html Css Color HEX #D9190F Harley Davidson Orange

📋 copy color: '#D9190F'

red 217 ◦ green 25 ◦ blue 15

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

Shades of Harley Davidson Orange #D9190F

Tints of Harley Davidson Orange #D9190F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 84.44%
G = 9.73%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9190F (or 0xD9190F) is known color: Harley Davidson Orange. HEX triplet: D9, 19 and 0F. RGB value is (217,25,15). Sum of RGB (Red+Green+Blue) = 217+25+15=257 (34% of max value = 765). Red value is 217 (85.16% from 255 or 84.44% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 217 - color contains mainly: red. Hex color #D9190F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9190F is #26E6F0. Grayscale: #515151. Windows color (decimal): -2549489 or 989657. OLE color: 989657.

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

Color convert

RGB 217 25 15 -
CMYK 0 0.88 0.93 0.15
HSL 2.97º 0.87% 0.45% -
HSV(B) 2.97º 0.93% 0.85% -
XYZ 29.05 15.48 1.91 -
YUV 81.27 90.61 224.81 -
System Red Green Blue C M Y K H S L
Decimal 217 25 15 0 0.88 0.93 0.15 2.97 0.87 0.45
Hex D9 19 F 0 58 5D F 3 57 2D
Octal 331 31 17 0 130 135 17 3 127 55
Binary 11011001 11001 1111 0 1011000 1011101 1111 11 1010111 101101

Color Harmonies of #D9190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9190F

Black with #D9190F

Text Example


Text Example

White with #D9190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9190F; }

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

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

background-color css

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

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

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

border-color css

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

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

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