Html Css Color HEX #D51716 Harley Davidson Orange

📋 copy color: '#D51716'

red 213 ◦ green 23 ◦ blue 22

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

Shades of Harley Davidson Orange #D51716

Tints of Harley Davidson Orange #D51716

RGB

 RED value IS 213 (83.59% from 255) = 82.56%

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

 BLUE value IS 22 (8.98% from 255) = 8.53%

R = 82.56%
G = 8.91%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D51716 (or 0xD51716) is known color: Harley Davidson Orange. HEX triplet: D5, 17 and 16. RGB value is (213,23,22). Sum of RGB (Red+Green+Blue) = 213+23+22=258 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.56% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 213 - color contains mainly: red. Hex color #D51716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51716 is #2AE8E9. Grayscale: #4F4F4F. Windows color (decimal): -2812138 or 1447893. OLE color: 1447893.

HSL color Cylindrical-coordinate representation of color #D51716: hue angle of 0.31º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51716 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 23 22 -
CMYK 0 0.89 0.90 0.16
HSL 0.31º 0.81% 0.46% -
HSV(B) 0.31º 0.9% 0.84% -
XYZ 27.89 14.82 2.15 -
YUV 79.7 95.45 223.08 -
System Red Green Blue C M Y K H S L
Decimal 213 23 22 0 0.89 0.90 0.16 0.31 0.81 0.46
Hex D5 17 16 0 59 5A 10 0 51 2E
Octal 325 27 26 0 131 132 20 0 121 56
Binary 11010101 10111 10110 0 1011001 1011010 10000 0 1010001 101110

Color Harmonies of #D51716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51716

Black with #D51716

Text Example


Text Example

White with #D51716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51716; }

 p { color: rgb(213,23,22); }

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

background-color css

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

 a { background-color: rgb(213,23,22); }

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

border-color css

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

 span { border-color: rgb(213,23,22); }

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