Html Css Color HEX #D51114 Fire Engine Red

📋 copy color: '#D51114'

red 213 ◦ green 17 ◦ blue 20

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

Shades of Fire Engine Red #D51114

Tints of Fire Engine Red #D51114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.8%

 BLUE value IS 20 (8.2% from 255) = 8%

R = 85.2%
G = 6.8%
B = 8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D51114 (or 0xD51114) is known color: Fire Engine Red. HEX triplet: D5, 11 and 14. RGB value is (213,17,20). Sum of RGB (Red+Green+Blue) = 213+17+20=250 (33% of max value = 765). Red value is 213 (83.59% from 255 or 85.2% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 213 - color contains mainly: red. Hex color #D51114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51114 is #2AEEEB. Grayscale: #4C4C4C. Windows color (decimal): -2813676 or 1315285. OLE color: 1315285.

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

Color convert

RGB 213 17 20 -
CMYK 0 0.92 0.91 0.16
HSL 359.08º 0.85% 0.45% -
HSV(B) 359.08º 0.92% 0.84% -
XYZ 27.77 14.6 2.02 -
YUV 75.95 96.43 225.76 -
System Red Green Blue C M Y K H S L
Decimal 213 17 20 0 0.92 0.91 0.16 359.08 0.85 0.45
Hex D5 11 14 0 5C 5B 10 167 55 2D
Octal 325 21 24 0 134 133 20 547 125 55
Binary 11010101 10001 10100 0 1011100 1011011 10000 101100111 1010101 101101

Color Harmonies of #D51114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51114

Black with #D51114

Text Example


Text Example

White with #D51114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51114; }

 p { color: rgb(213,17,20); }

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

background-color css

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

 a { background-color: rgb(213,17,20); }

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

border-color css

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

 span { border-color: rgb(213,17,20); }

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