Html Css Color HEX #D31C11 Harley Davidson Orange

📋 copy color: '#D31C11'

red 211 ◦ green 28 ◦ blue 17

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

Shades of Harley Davidson Orange #D31C11

Tints of Harley Davidson Orange #D31C11

RGB

 RED value IS 211 (82.81% from 255) = 82.42%

 GREEN value IS 28 (11.33% from 255) = 10.94%

 BLUE value IS 17 (7.03% from 255) = 6.64%

R = 82.42%
G = 10.94%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D31C11 (or 0xD31C11) is known color: Harley Davidson Orange. HEX triplet: D3, 1C and 11. RGB value is (211,28,17). Sum of RGB (Red+Green+Blue) = 211+28+17=256 (33% of max value = 765). Red value is 211 (82.81% from 255 or 82.42% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 211 - color contains mainly: red. Hex color #D31C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D31C11 is #2CE3EE. Grayscale: #515151. Windows color (decimal): -2941935 or 1121491. OLE color: 1121491.

HSL color Cylindrical-coordinate representation of color #D31C11: hue angle of 3.4º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D31C11 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 28 17 -
CMYK 0 0.87 0.92 0.17
HSL 3.4º 0.85% 0.45% -
HSV(B) 3.4º 0.92% 0.83% -
XYZ 27.38 14.72 1.93 -
YUV 81.46 91.63 220.39 -
System Red Green Blue C M Y K H S L
Decimal 211 28 17 0 0.87 0.92 0.17 3.4 0.85 0.45
Hex D3 1C 11 0 57 5C 11 3 55 2D
Octal 323 34 21 0 127 134 21 3 125 55
Binary 11010011 11100 10001 0 1010111 1011100 10001 11 1010101 101101

Color Harmonies of #D31C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31C11

Black with #D31C11

Text Example


Text Example

White with #D31C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31C11; }

 p { color: rgb(211,28,17); }

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

background-color css

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

 a { background-color: rgb(211,28,17); }

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

border-color css

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

 span { border-color: rgb(211,28,17); }

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