Html Css Color HEX #D7190B Harley Davidson Orange

📋 copy color: '#D7190B'

red 215 ◦ green 25 ◦ blue 11

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

Shades of Harley Davidson Orange #D7190B

Tints of Harley Davidson Orange #D7190B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.38%

R = 85.66%
G = 9.96%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7190B (or 0xD7190B) is known color: Harley Davidson Orange. HEX triplet: D7, 19 and 0B. RGB value is (215,25,11). Sum of RGB (Red+Green+Blue) = 215+25+11=251 (33% of max value = 765). Red value is 215 (84.38% from 255 or 85.66% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 215 - color contains mainly: red. Hex color #D7190B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7190B is #28E6F4. Grayscale: #505050. Windows color (decimal): -2680565 or 727511. OLE color: 727511.

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

Color convert

RGB 215 25 11 -
CMYK 0 0.88 0.95 0.16
HSL 4.12º 0.9% 0.44% -
HSV(B) 4.12º 0.95% 0.84% -
XYZ 28.43 15.17 1.75 -
YUV 80.21 88.95 224.14 -
System Red Green Blue C M Y K H S L
Decimal 215 25 11 0 0.88 0.95 0.16 4.12 0.9 0.44
Hex D7 19 B 0 58 5F 10 4 5A 2C
Octal 327 31 13 0 130 137 20 4 132 54
Binary 11010111 11001 1011 0 1011000 1011111 10000 100 1011010 101100

Color Harmonies of #D7190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7190B

Black with #D7190B

Text Example


Text Example

White with #D7190B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7190B; }

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

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

background-color css

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

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

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

border-color css

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

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

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