Html Css Color HEX #D7190E Harley Davidson Orange

📋 copy color: '#D7190E'

red 215 ◦ green 25 ◦ blue 14

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

Shades of Harley Davidson Orange #D7190E

Tints of Harley Davidson Orange #D7190E

RGB

 RED value IS 215 (84.38% from 255) = 84.65%

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

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

R = 84.65%
G = 9.84%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7190E (or 0xD7190E) is known color: Harley Davidson Orange. HEX triplet: D7, 19 and 0E. RGB value is (215,25,14). Sum of RGB (Red+Green+Blue) = 215+25+14=254 (33% of max value = 765). Red value is 215 (84.38% from 255 or 84.65% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 215 - color contains mainly: red. Hex color #D7190E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7190E is #28E6F1. Grayscale: #505050. Windows color (decimal): -2680562 or 924119. OLE color: 924119.

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

Color convert

RGB 215 25 14 -
CMYK 0 0.88 0.93 0.16
HSL 3.28º 0.88% 0.45% -
HSV(B) 3.28º 0.93% 0.84% -
XYZ 28.45 15.17 1.84 -
YUV 80.56 90.45 223.89 -
System Red Green Blue C M Y K H S L
Decimal 215 25 14 0 0.88 0.93 0.16 3.28 0.88 0.45
Hex D7 19 E 0 58 5D 10 3 58 2D
Octal 327 31 16 0 130 135 20 3 130 55
Binary 11010111 11001 1110 0 1011000 1011101 10000 11 1011000 101101

Color Harmonies of #D7190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7190E

Black with #D7190E

Text Example


Text Example

White with #D7190E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7190E; }

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

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

background-color css

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

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

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

border-color css

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

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

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