Html Css Color HEX #D51E2D Fire Engine Red

📋 copy color: '#D51E2D'

red 213 ◦ green 30 ◦ blue 45

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

Shades of Fire Engine Red #D51E2D

Tints of Fire Engine Red #D51E2D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.42%

 BLUE value IS 45 (17.97% from 255) = 15.63%

R = 73.96%
G = 10.42%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D51E2D (or 0xD51E2D) is known color: Fire Engine Red. HEX triplet: D5, 1E and 2D. RGB value is (213,30,45). Sum of RGB (Red+Green+Blue) = 213+30+45=288 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.96% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 213 - color contains mainly: red. Hex color #D51E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51E2D is #2AE1D2. Grayscale: #565656. Windows color (decimal): -2810323 or 2957013. OLE color: 2957013.

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

Color convert

RGB 213 30 45 -
CMYK 0 0.86 0.79 0.16
HSL 355.08º 0.75% 0.48% -
HSV(B) 355.08º 0.86% 0.84% -
XYZ 28.38 15.26 3.93 -
YUV 86.43 104.63 218.28 -
System Red Green Blue C M Y K H S L
Decimal 213 30 45 0 0.86 0.79 0.16 355.08 0.75 0.48
Hex D5 1E 2D 0 56 4F 10 163 4B 30
Octal 325 36 55 0 126 117 20 543 113 60
Binary 11010101 11110 101101 0 1010110 1001111 10000 101100011 1001011 110000

Color Harmonies of #D51E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51E2D

Black with #D51E2D

Text Example


Text Example

White with #D51E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51E2D; }

 p { color: rgb(213,30,45); }

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

background-color css

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

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

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

border-color css

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

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

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