Html Css Color HEX #D51E2A Fire Engine Red

📋 copy color: '#D51E2A'

red 213 ◦ green 30 ◦ blue 42

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

Shades of Fire Engine Red #D51E2A

Tints of Fire Engine Red #D51E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.74%

R = 74.74%
G = 10.53%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D51E2A (or 0xD51E2A) is known color: Fire Engine Red. HEX triplet: D5, 1E and 2A. RGB value is (213,30,42). Sum of RGB (Red+Green+Blue) = 213+30+42=285 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.74% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 213 - color contains mainly: red. Hex color #D51E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51E2A is #2AE1D5. Grayscale: #565656. Windows color (decimal): -2810326 or 2760405. OLE color: 2760405.

HSL color Cylindrical-coordinate representation of color #D51E2A: hue angle of 356.07º 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 #D51E2A is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 30 42 -
CMYK 0 0.86 0.80 0.16
HSL 356.07º 0.75% 0.48% -
HSV(B) 356.07º 0.86% 0.84% -
XYZ 28.32 15.24 3.64 -
YUV 86.09 103.13 218.52 -
System Red Green Blue C M Y K H S L
Decimal 213 30 42 0 0.86 0.80 0.16 356.07 0.75 0.48
Hex D5 1E 2A 0 56 50 10 164 4B 30
Octal 325 36 52 0 126 120 20 544 113 60
Binary 11010101 11110 101010 0 1010110 1010000 10000 101100100 1001011 110000

Color Harmonies of #D51E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51E2A

Black with #D51E2A

Text Example


Text Example

White with #D51E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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