Html Css Color HEX #D50E2C Fire Engine Red

📋 copy color: '#D50E2C'

red 213 ◦ green 14 ◦ blue 44

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

Shades of Fire Engine Red #D50E2C

Tints of Fire Engine Red #D50E2C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.17%

 BLUE value IS 44 (17.58% from 255) = 16.24%

R = 78.6%
G = 5.17%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D50E2C (or 0xD50E2C) is known color: Fire Engine Red. HEX triplet: D5, 0E and 2C. RGB value is (213,14,44). Sum of RGB (Red+Green+Blue) = 213+14+44=271 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.60% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 213 - color contains mainly: red. Hex color #D50E2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50E2C is #2AF1D3. Grayscale: #4D4D4D. Windows color (decimal): -2814420 or 2887381. OLE color: 2887381.

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

Color convert

RGB 213 14 44 -
CMYK 0 0.93 0.79 0.16
HSL 350.95º 0.88% 0.45% -
HSV(B) 350.95º 0.93% 0.84% -
XYZ 28.05 14.64 3.73 -
YUV 76.92 109.43 225.06 -
System Red Green Blue C M Y K H S L
Decimal 213 14 44 0 0.93 0.79 0.16 350.95 0.88 0.45
Hex D5 E 2C 0 5D 4F 10 15F 58 2D
Octal 325 16 54 0 135 117 20 537 130 55
Binary 11010101 1110 101100 0 1011101 1001111 10000 101011111 1011000 101101

Color Harmonies of #D50E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50E2C

Black with #D50E2C

Text Example


Text Example

White with #D50E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50E2C; }

 p { color: rgb(213,14,44); }

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

background-color css

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

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

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

border-color css

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

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

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