Html Css Color HEX #D11919 Harley Davidson Orange

📋 copy color: '#D11919'

red 209 ◦ green 25 ◦ blue 25

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

Shades of Harley Davidson Orange #D11919

Tints of Harley Davidson Orange #D11919

RGB

 RED value IS 209 (82.03% from 255) = 80.69%

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

 BLUE value IS 25 (10.16% from 255) = 9.65%

R = 80.69%
G = 9.65%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D11919 (or 0xD11919) is known color: Harley Davidson Orange. HEX triplet: D1, 19 and 19. RGB value is (209,25,25). Sum of RGB (Red+Green+Blue) = 209+25+25=259 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.69% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 209 - color contains mainly: red. Hex color #D11919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11919 is #2EE6E6. Grayscale: #505050. Windows color (decimal): -3073767 or 1645009. OLE color: 1645009.

HSL color Cylindrical-coordinate representation of color #D11919: hue angle of 0º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11919 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 25 25 -
CMYK 0 0.88 0.88 0.18
HSL 0.79% 0.46% -
HSV(B) 0.88% 0.82% -
XYZ 26.82 14.32 2.27 -
YUV 80.02 96.96 220 -
System Red Green Blue C M Y K H S L
Decimal 209 25 25 0 0.88 0.88 0.18 0 0.79 0.46
Hex D1 19 19 0 58 58 12 0 4F 2E
Octal 321 31 31 0 130 130 22 0 117 56
Binary 11010001 11001 11001 0 1011000 1011000 10010 0 1001111 101110

Color Harmonies of #D11919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11919

Black with #D11919

Text Example


Text Example

White with #D11919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11919; }

 p { color: rgb(209,25,25); }

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

background-color css

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

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

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

border-color css

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

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

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