Html Css Color HEX #D51910 Harley Davidson Orange

📋 copy color: '#D51910'

red 213 ◦ green 25 ◦ blue 16

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

Shades of Harley Davidson Orange #D51910

Tints of Harley Davidson Orange #D51910

RGB

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

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

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

R = 83.86%
G = 9.84%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D51910 (or 0xD51910) is known color: Harley Davidson Orange. HEX triplet: D5, 19 and 10. RGB value is (213,25,16). Sum of RGB (Red+Green+Blue) = 213+25+16=254 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.86% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 213 - color contains mainly: red. Hex color #D51910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51910 is #2AE6EF. Grayscale: #505050. Windows color (decimal): -2811632 or 1055189. OLE color: 1055189.

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

Color convert

RGB 213 25 16 -
CMYK 0 0.88 0.92 0.16
HSL 2.74º 0.86% 0.45% -
HSV(B) 2.74º 0.92% 0.84% -
XYZ 27.88 14.88 1.89 -
YUV 80.19 91.78 222.73 -
System Red Green Blue C M Y K H S L
Decimal 213 25 16 0 0.88 0.92 0.16 2.74 0.86 0.45
Hex D5 19 10 0 58 5C 10 3 56 2D
Octal 325 31 20 0 130 134 20 3 126 55
Binary 11010101 11001 10000 0 1011000 1011100 10000 11 1010110 101101

Color Harmonies of #D51910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51910

Black with #D51910

Text Example


Text Example

White with #D51910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51910; }

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

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

background-color css

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

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

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

border-color css

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

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

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