Html Css Color HEX #D11912 Harley Davidson Orange

📋 copy color: '#D11912'

red 209 ◦ green 25 ◦ blue 18

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

Shades of Harley Davidson Orange #D11912

Tints of Harley Davidson Orange #D11912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.14%

R = 82.94%
G = 9.92%
B = 7.14%

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

#D11912 (or 0xD11912) is known color: Harley Davidson Orange. HEX triplet: D1, 19 and 12. RGB value is (209,25,18). Sum of RGB (Red+Green+Blue) = 209+25+18=252 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.94% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 209 - color contains mainly: red. Hex color #D11912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11912 is #2EE6ED. Grayscale: #4F4F4F. Windows color (decimal): -3073774 or 1186257. OLE color: 1186257.

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

Color convert

RGB 209 25 18 -
CMYK 0 0.88 0.91 0.18
HSL 2.2º 0.84% 0.45% -
HSV(B) 2.2º 0.91% 0.82% -
XYZ 26.75 14.29 1.92 -
YUV 79.22 93.46 220.57 -
System Red Green Blue C M Y K H S L
Decimal 209 25 18 0 0.88 0.91 0.18 2.2 0.84 0.45
Hex D1 19 12 0 58 5B 12 2 54 2D
Octal 321 31 22 0 130 133 22 2 124 55
Binary 11010001 11001 10010 0 1011000 1011011 10010 10 1010100 101101

Color Harmonies of #D11912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11912

Black with #D11912

Text Example


Text Example

White with #D11912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11912; }

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

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

background-color css

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

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

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

border-color css

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

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

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