Html Css Color HEX #D51916 Harley Davidson Orange

📋 copy color: '#D51916'

red 213 ◦ green 25 ◦ blue 22

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

Shades of Harley Davidson Orange #D51916

Tints of Harley Davidson Orange #D51916

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.62%

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

R = 81.92%
G = 9.62%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D51916 (or 0xD51916) is known color: Harley Davidson Orange. HEX triplet: D5, 19 and 16. RGB value is (213,25,22). Sum of RGB (Red+Green+Blue) = 213+25+22=260 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.92% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 213 - color contains mainly: red. Hex color #D51916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51916 is #2AE6E9. Grayscale: #515151. Windows color (decimal): -2811626 or 1448405. OLE color: 1448405.

HSL color Cylindrical-coordinate representation of color #D51916: hue angle of 0.94º 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 #D51916 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 25 22 -
CMYK 0 0.88 0.90 0.16
HSL 0.94º 0.81% 0.46% -
HSV(B) 0.94º 0.9% 0.84% -
XYZ 27.93 14.9 2.16 -
YUV 80.87 94.78 222.24 -
System Red Green Blue C M Y K H S L
Decimal 213 25 22 0 0.88 0.90 0.16 0.94 0.81 0.46
Hex D5 19 16 0 58 5A 10 1 51 2E
Octal 325 31 26 0 130 132 20 1 121 56
Binary 11010101 11001 10110 0 1011000 1011010 10000 1 1010001 101110

Color Harmonies of #D51916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51916

Black with #D51916

Text Example


Text Example

White with #D51916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51916; }

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

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

background-color css

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

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

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

border-color css

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

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

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