Html Css Color HEX #D51A1B Fire Engine Red

📋 copy color: '#D51A1B'

red 213 ◦ green 26 ◦ blue 27

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

Shades of Fire Engine Red #D51A1B

Tints of Fire Engine Red #D51A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.15%

R = 80.08%
G = 9.77%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D51A1B (or 0xD51A1B) is known color: Fire Engine Red. HEX triplet: D5, 1A and 1B. RGB value is (213,26,27). Sum of RGB (Red+Green+Blue) = 213+26+27=266 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.08% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51A1B is #2AE5E4. Grayscale: #525252. Windows color (decimal): -2811365 or 1776341. OLE color: 1776341.

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

Color convert

RGB 213 26 27 -
CMYK 0 0.88 0.87 0.16
HSL 359.68º 0.78% 0.47% -
HSV(B) 359.68º 0.88% 0.84% -
XYZ 28.01 14.96 2.45 -
YUV 82.03 96.95 221.42 -
System Red Green Blue C M Y K H S L
Decimal 213 26 27 0 0.88 0.87 0.16 359.68 0.78 0.47
Hex D5 1A 1B 0 58 57 10 168 4E 2F
Octal 325 32 33 0 130 127 20 550 116 57
Binary 11010101 11010 11011 0 1011000 1010111 10000 101101000 1001110 101111

Color Harmonies of #D51A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51A1B

Black with #D51A1B

Text Example


Text Example

White with #D51A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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