Html Css Color HEX #D11712 Harley Davidson Orange

📋 copy color: '#D11712'

red 209 ◦ green 23 ◦ blue 18

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

Shades of Harley Davidson Orange #D11712

Tints of Harley Davidson Orange #D11712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.2%

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

R = 83.6%
G = 9.2%
B = 7.2%

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

#D11712 (or 0xD11712) is known color: Harley Davidson Orange. HEX triplet: D1, 17 and 12. RGB value is (209,23,18). Sum of RGB (Red+Green+Blue) = 209+23+18=250 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.6% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 209 - color contains mainly: red. Hex color #D11712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11712 is #2EE8ED. Grayscale: #4E4E4E. Windows color (decimal): -3074286 or 1185745. OLE color: 1185745.

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

Color convert

RGB 209 23 18 -
CMYK 0 0.89 0.91 0.18
HSL 1.57º 0.84% 0.45% -
HSV(B) 1.57º 0.91% 0.82% -
XYZ 26.71 14.21 1.91 -
YUV 78.04 94.12 221.41 -
System Red Green Blue C M Y K H S L
Decimal 209 23 18 0 0.89 0.91 0.18 1.57 0.84 0.45
Hex D1 17 12 0 59 5B 12 2 54 2D
Octal 321 27 22 0 131 133 22 2 124 55
Binary 11010001 10111 10010 0 1011001 1011011 10010 10 1010100 101101

Color Harmonies of #D11712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11712

Black with #D11712

Text Example


Text Example

White with #D11712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11712; }

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

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

background-color css

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

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

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

border-color css

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

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

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