Html Css Color HEX #D11914 Harley Davidson Orange

📋 copy color: '#D11914'

red 209 ◦ green 25 ◦ blue 20

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

Shades of Harley Davidson Orange #D11914

Tints of Harley Davidson Orange #D11914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.87%

R = 82.28%
G = 9.84%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D11914 (or 0xD11914) is known color: Harley Davidson Orange. HEX triplet: D1, 19 and 14. RGB value is (209,25,20). Sum of RGB (Red+Green+Blue) = 209+25+20=254 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.28% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 209 - color contains mainly: red. Hex color #D11914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11914 is #2EE6EB. Grayscale: #4F4F4F. Windows color (decimal): -3073772 or 1317329. OLE color: 1317329.

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

Color convert

RGB 209 25 20 -
CMYK 0 0.88 0.90 0.18
HSL 1.59º 0.83% 0.45% -
HSV(B) 1.59º 0.9% 0.82% -
XYZ 26.77 14.3 2.01 -
YUV 79.45 94.46 220.41 -
System Red Green Blue C M Y K H S L
Decimal 209 25 20 0 0.88 0.90 0.18 1.59 0.83 0.45
Hex D1 19 14 0 58 5A 12 2 53 2D
Octal 321 31 24 0 130 132 22 2 123 55
Binary 11010001 11001 10100 0 1011000 1011010 10010 10 1010011 101101

Color Harmonies of #D11914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11914

Black with #D11914

Text Example


Text Example

White with #D11914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11914; }

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

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

background-color css

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

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

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

border-color css

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

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

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