Html Css Color HEX #D51919 Harley Davidson Orange

📋 copy color: '#D51919'

red 213 ◦ green 25 ◦ blue 25

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

Shades of Harley Davidson Orange #D51919

Tints of Harley Davidson Orange #D51919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.51%

R = 80.99%
G = 9.51%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D51919 (or 0xD51919) is known color: Harley Davidson Orange. HEX triplet: D5, 19 and 19. RGB value is (213,25,25). Sum of RGB (Red+Green+Blue) = 213+25+25=263 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.99% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 213 - color contains mainly: red. Hex color #D51919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51919 is #2AE6E6. Grayscale: #515151. Windows color (decimal): -2811623 or 1645013. OLE color: 1645013.

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

Color convert

RGB 213 25 25 -
CMYK 0 0.88 0.88 0.16
HSL 0.79% 0.47% -
HSV(B) 0.88% 0.84% -
XYZ 27.96 14.91 2.32 -
YUV 81.21 96.28 222 -
System Red Green Blue C M Y K H S L
Decimal 213 25 25 0 0.88 0.88 0.16 0 0.79 0.47
Hex D5 19 19 0 58 58 10 0 4F 2F
Octal 325 31 31 0 130 130 20 0 117 57
Binary 11010101 11001 11001 0 1011000 1011000 10000 0 1001111 101111

Color Harmonies of #D51919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51919

Black with #D51919

Text Example


Text Example

White with #D51919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51919; }

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

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

background-color css

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

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

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

border-color css

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

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

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