Html Css Color HEX #D51A2E Fire Engine Red

📋 copy color: '#D51A2E'

red 213 ◦ green 26 ◦ blue 46

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

Shades of Fire Engine Red #D51A2E

Tints of Fire Engine Red #D51A2E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.12%

 BLUE value IS 46 (18.36% from 255) = 16.14%

R = 74.74%
G = 9.12%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D51A2E (or 0xD51A2E) is known color: Fire Engine Red. HEX triplet: D5, 1A and 2E. RGB value is (213,26,46). Sum of RGB (Red+Green+Blue) = 213+26+46=285 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.74% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51A2E is #2AE5D1. Grayscale: #545454. Windows color (decimal): -2811346 or 3021525. OLE color: 3021525.

HSL color Cylindrical-coordinate representation of color #D51A2E: hue angle of 353.58º degrees, saturation: 0.78, 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 #D51A2E is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 26 46 -
CMYK 0 0.88 0.78 0.16
HSL 353.58º 0.78% 0.47% -
HSV(B) 353.58º 0.88% 0.84% -
XYZ 28.3 15.08 4 -
YUV 84.19 106.45 219.87 -
System Red Green Blue C M Y K H S L
Decimal 213 26 46 0 0.88 0.78 0.16 353.58 0.78 0.47
Hex D5 1A 2E 0 58 4E 10 162 4E 2F
Octal 325 32 56 0 130 116 20 542 116 57
Binary 11010101 11010 101110 0 1011000 1001110 10000 101100010 1001110 101111

Color Harmonies of #D51A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51A2E

Black with #D51A2E

Text Example


Text Example

White with #D51A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51A2E; }

 p { color: rgb(213,26,46); }

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

background-color css

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

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

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

border-color css

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

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

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