Html Css Color HEX #D31712 Harley Davidson Orange

📋 copy color: '#D31712'

red 211 ◦ green 23 ◦ blue 18

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

Shades of Harley Davidson Orange #D31712

Tints of Harley Davidson Orange #D31712

RGB

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

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

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

R = 83.73%
G = 9.13%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D31712 (or 0xD31712) is known color: Harley Davidson Orange. HEX triplet: D3, 17 and 12. RGB value is (211,23,18). Sum of RGB (Red+Green+Blue) = 211+23+18=252 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.73% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 211 - color contains mainly: red. Hex color #D31712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31712 is #2CE8ED. Grayscale: #4E4E4E. Windows color (decimal): -2943214 or 1185747. OLE color: 1185747.

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

Color convert

RGB 211 23 18 -
CMYK 0 0.89 0.91 0.17
HSL 1.55º 0.84% 0.45% -
HSV(B) 1.55º 0.91% 0.83% -
XYZ 27.28 14.51 1.93 -
YUV 78.64 93.78 222.41 -
System Red Green Blue C M Y K H S L
Decimal 211 23 18 0 0.89 0.91 0.17 1.55 0.84 0.45
Hex D3 17 12 0 59 5B 11 2 54 2D
Octal 323 27 22 0 131 133 21 2 124 55
Binary 11010011 10111 10010 0 1011001 1011011 10001 10 1010100 101101

Color Harmonies of #D31712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31712

Black with #D31712

Text Example


Text Example

White with #D31712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31712; }

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

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

background-color css

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

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

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

border-color css

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

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

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