Html Css Color HEX #D51A2B Fire Engine Red

📋 copy color: '#D51A2B'

red 213 ◦ green 26 ◦ blue 43

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

Shades of Fire Engine Red #D51A2B

Tints of Fire Engine Red #D51A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.25%

R = 75.53%
G = 9.22%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D51A2B (or 0xD51A2B) is known color: Fire Engine Red. HEX triplet: D5, 1A and 2B. RGB value is (213,26,43). Sum of RGB (Red+Green+Blue) = 213+26+43=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51A2B is #2AE5D4. Grayscale: #535353. Windows color (decimal): -2811349 or 2824917. OLE color: 2824917.

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

Color convert

RGB 213 26 43 -
CMYK 0 0.88 0.80 0.16
HSL 354.55º 0.78% 0.47% -
HSV(B) 354.55º 0.88% 0.84% -
XYZ 28.25 15.06 3.7 -
YUV 83.85 104.95 220.12 -
System Red Green Blue C M Y K H S L
Decimal 213 26 43 0 0.88 0.80 0.16 354.55 0.78 0.47
Hex D5 1A 2B 0 58 50 10 163 4E 2F
Octal 325 32 53 0 130 120 20 543 116 57
Binary 11010101 11010 101011 0 1011000 1010000 10000 101100011 1001110 101111

Color Harmonies of #D51A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51A2B

Black with #D51A2B

Text Example


Text Example

White with #D51A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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