Html Css Color HEX #D11D19 Harley Davidson Orange

📋 copy color: '#D11D19'

red 209 ◦ green 29 ◦ blue 25

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

Shades of Harley Davidson Orange #D11D19

Tints of Harley Davidson Orange #D11D19

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.03%

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

R = 79.47%
G = 11.03%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D11D19 (or 0xD11D19) is known color: Harley Davidson Orange. HEX triplet: D1, 1D and 19. RGB value is (209,29,25). Sum of RGB (Red+Green+Blue) = 209+29+25=263 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.47% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D11D19 is #2EE2E6. Grayscale: #525252. Windows color (decimal): -3072743 or 1646033. OLE color: 1646033.

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

Color convert

RGB 209 29 25 -
CMYK 0 0.86 0.88 0.18
HSL 1.3º 0.79% 0.46% -
HSV(B) 1.3º 0.88% 0.82% -
XYZ 26.91 14.5 2.3 -
YUV 82.36 95.63 218.33 -
System Red Green Blue C M Y K H S L
Decimal 209 29 25 0 0.86 0.88 0.18 1.3 0.79 0.46
Hex D1 1D 19 0 56 58 12 1 4F 2E
Octal 321 35 31 0 126 130 22 1 117 56
Binary 11010001 11101 11001 0 1010110 1011000 10010 1 1001111 101110

Color Harmonies of #D11D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11D19

Black with #D11D19

Text Example


Text Example

White with #D11D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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