Html Css Color HEX #D11913 Harley Davidson Orange

📋 copy color: '#D11913'

red 209 ◦ green 25 ◦ blue 19

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

Shades of Harley Davidson Orange #D11913

Tints of Harley Davidson Orange #D11913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.51%

R = 82.61%
G = 9.88%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D11913 (or 0xD11913) is known color: Harley Davidson Orange. HEX triplet: D1, 19 and 13. RGB value is (209,25,19). Sum of RGB (Red+Green+Blue) = 209+25+19=253 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.61% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 209 - color contains mainly: red. Hex color #D11913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11913 is #2EE6EC. Grayscale: #4F4F4F. Windows color (decimal): -3073773 or 1251793. OLE color: 1251793.

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

Color convert

RGB 209 25 19 -
CMYK 0 0.88 0.91 0.18
HSL 1.89º 0.83% 0.45% -
HSV(B) 1.89º 0.91% 0.82% -
XYZ 26.76 14.3 1.97 -
YUV 79.33 93.96 220.49 -
System Red Green Blue C M Y K H S L
Decimal 209 25 19 0 0.88 0.91 0.18 1.89 0.83 0.45
Hex D1 19 13 0 58 5B 12 2 53 2D
Octal 321 31 23 0 130 133 22 2 123 55
Binary 11010001 11001 10011 0 1011000 1011011 10010 10 1010011 101101

Color Harmonies of #D11913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11913

Black with #D11913

Text Example


Text Example

White with #D11913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11913; }

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

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

background-color css

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

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

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

border-color css

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

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

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