Html Css Color HEX #D50D19 Fire Engine Red

📋 copy color: '#D50D19'

red 213 ◦ green 13 ◦ blue 25

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

Shades of Fire Engine Red #D50D19

Tints of Fire Engine Red #D50D19

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.18%

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

R = 84.86%
G = 5.18%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D50D19 (or 0xD50D19) is known color: Fire Engine Red. HEX triplet: D5, 0D and 19. RGB value is (213,13,25). Sum of RGB (Red+Green+Blue) = 213+13+25=251 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.86% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50D19 is #2AF2E6. Grayscale: #4A4A4A. Windows color (decimal): -2814695 or 1641941. OLE color: 1641941.

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

Color convert

RGB 213 13 25 -
CMYK 0 0.94 0.88 0.16
HSL 356.4º 0.88% 0.44% -
HSV(B) 356.4º 0.94% 0.84% -
XYZ 27.76 14.5 2.26 -
YUV 74.17 100.26 227.02 -
System Red Green Blue C M Y K H S L
Decimal 213 13 25 0 0.94 0.88 0.16 356.4 0.88 0.44
Hex D5 D 19 0 5E 58 10 164 58 2C
Octal 325 15 31 0 136 130 20 544 130 54
Binary 11010101 1101 11001 0 1011110 1011000 10000 101100100 1011000 101100

Color Harmonies of #D50D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50D19

Black with #D50D19

Text Example


Text Example

White with #D50D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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