Html Css Color HEX #D11813 Harley Davidson Orange

📋 copy color: '#D11813'

red 209 ◦ green 24 ◦ blue 19

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

Shades of Harley Davidson Orange #D11813

Tints of Harley Davidson Orange #D11813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.52%

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

R = 82.94%
G = 9.52%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D11813 (or 0xD11813) is known color: Harley Davidson Orange. HEX triplet: D1, 18 and 13. RGB value is (209,24,19). Sum of RGB (Red+Green+Blue) = 209+24+19=252 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.94% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 209 - color contains mainly: red. Hex color #D11813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11813 is #2EE7EC. Grayscale: #4E4E4E. Windows color (decimal): -3074029 or 1251537. OLE color: 1251537.

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

Color convert

RGB 209 24 19 -
CMYK 0 0.89 0.91 0.18
HSL 1.58º 0.83% 0.45% -
HSV(B) 1.58º 0.91% 0.82% -
XYZ 26.74 14.26 1.96 -
YUV 78.75 94.29 220.91 -
System Red Green Blue C M Y K H S L
Decimal 209 24 19 0 0.89 0.91 0.18 1.58 0.83 0.45
Hex D1 18 13 0 59 5B 12 2 53 2D
Octal 321 30 23 0 131 133 22 2 123 55
Binary 11010001 11000 10011 0 1011001 1011011 10010 10 1010011 101101

Color Harmonies of #D11813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11813

Black with #D11813

Text Example


Text Example

White with #D11813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11813; }

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

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

background-color css

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

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

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

border-color css

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

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

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