Html Css Color HEX #D51913 Harley Davidson Orange

📋 copy color: '#D51913'

red 213 ◦ green 25 ◦ blue 19

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

Shades of Harley Davidson Orange #D51913

Tints of Harley Davidson Orange #D51913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.39%

R = 82.88%
G = 9.73%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D51913 (or 0xD51913) is known color: Harley Davidson Orange. HEX triplet: D5, 19 and 13. RGB value is (213,25,19). Sum of RGB (Red+Green+Blue) = 213+25+19=257 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.88% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 213 - color contains mainly: red. Hex color #D51913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51913 is #2AE6EC. Grayscale: #505050. Windows color (decimal): -2811629 or 1251797. OLE color: 1251797.

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

Color convert

RGB 213 25 19 -
CMYK 0 0.88 0.91 0.16
HSL 1.86º 0.84% 0.45% -
HSV(B) 1.86º 0.91% 0.84% -
XYZ 27.91 14.89 2.02 -
YUV 80.53 93.28 222.49 -
System Red Green Blue C M Y K H S L
Decimal 213 25 19 0 0.88 0.91 0.16 1.86 0.84 0.45
Hex D5 19 13 0 58 5B 10 2 54 2D
Octal 325 31 23 0 130 133 20 2 124 55
Binary 11010101 11001 10011 0 1011000 1011011 10000 10 1010100 101101

Color Harmonies of #D51913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51913

Black with #D51913

Text Example


Text Example

White with #D51913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51913; }

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

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

background-color css

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

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

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

border-color css

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

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

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