Html Css Color HEX #D31D10 Harley Davidson Orange

📋 copy color: '#D31D10'

red 211 ◦ green 29 ◦ blue 16

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

Shades of Harley Davidson Orange #D31D10

Tints of Harley Davidson Orange #D31D10

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.33%

 BLUE value IS 16 (6.64% from 255) = 6.25%

R = 82.42%
G = 11.33%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D31D10 (or 0xD31D10) is known color: Harley Davidson Orange. HEX triplet: D3, 1D and 10. RGB value is (211,29,16). Sum of RGB (Red+Green+Blue) = 211+29+16=256 (33% of max value = 765). Red value is 211 (82.81% from 255 or 82.42% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 211 - color contains mainly: red. Hex color #D31D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D31D10 is #2CE2EF. Grayscale: #525252. Windows color (decimal): -2941680 or 1056211. OLE color: 1056211.

HSL color Cylindrical-coordinate representation of color #D31D10: hue angle of 4º degrees, saturation: 0.86, 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 #D31D10 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 29 16 -
CMYK 0 0.86 0.92 0.17
HSL 0.86% 0.45% -
HSV(B) 0.92% 0.83% -
XYZ 27.4 14.77 1.9 -
YUV 81.94 90.8 220.06 -
System Red Green Blue C M Y K H S L
Decimal 211 29 16 0 0.86 0.92 0.17 4 0.86 0.45
Hex D3 1D 10 0 56 5C 11 4 56 2D
Octal 323 35 20 0 126 134 21 4 126 55
Binary 11010011 11101 10000 0 1010110 1011100 10001 100 1010110 101101

Color Harmonies of #D31D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31D10

Black with #D31D10

Text Example


Text Example

White with #D31D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31D10; }

 p { color: rgb(211,29,16); }

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

background-color css

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

 a { background-color: rgb(211,29,16); }

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

border-color css

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

 span { border-color: rgb(211,29,16); }

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