Html Css Color HEX #D51C1F Fire Engine Red

📋 copy color: '#D51C1F'

red 213 ◦ green 28 ◦ blue 31

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

Shades of Fire Engine Red #D51C1F

Tints of Fire Engine Red #D51C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.29%

 BLUE value IS 31 (12.5% from 255) = 11.4%

R = 78.31%
G = 10.29%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D51C1F (or 0xD51C1F) is known color: Fire Engine Red. HEX triplet: D5, 1C and 1F. RGB value is (213,28,31). Sum of RGB (Red+Green+Blue) = 213+28+31=272 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.31% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51C1F is #2AE3E0. Grayscale: #535353. Windows color (decimal): -2810849 or 2038997. OLE color: 2038997.

HSL color Cylindrical-coordinate representation of color #D51C1F: hue angle of 359.03º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51C1F is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 28 31 -
CMYK 0 0.87 0.85 0.16
HSL 359.03º 0.77% 0.47% -
HSV(B) 359.03º 0.87% 0.84% -
XYZ 28.1 15.08 2.72 -
YUV 83.66 98.29 220.26 -
System Red Green Blue C M Y K H S L
Decimal 213 28 31 0 0.87 0.85 0.16 359.03 0.77 0.47
Hex D5 1C 1F 0 57 55 10 167 4D 2F
Octal 325 34 37 0 127 125 20 547 115 57
Binary 11010101 11100 11111 0 1010111 1010101 10000 101100111 1001101 101111

Color Harmonies of #D51C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51C1F

Black with #D51C1F

Text Example


Text Example

White with #D51C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51C1F; }

 p { color: rgb(213,28,31); }

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

background-color css

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

 a { background-color: rgb(213,28,31); }

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

border-color css

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

 span { border-color: rgb(213,28,31); }

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