Html Css Color HEX #D51214 Fire Engine Red

📋 copy color: '#D51214'

red 213 ◦ green 18 ◦ blue 20

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

Shades of Fire Engine Red #D51214

Tints of Fire Engine Red #D51214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.17%

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

R = 84.86%
G = 7.17%
B = 7.97%

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

#D51214 (or 0xD51214) is known color: Fire Engine Red. HEX triplet: D5, 12 and 14. RGB value is (213,18,20). Sum of RGB (Red+Green+Blue) = 213+18+20=251 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.86% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 213 - color contains mainly: red. Hex color #D51214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51214 is #2AEDEB. Grayscale: #4C4C4C. Windows color (decimal): -2813420 or 1315541. OLE color: 1315541.

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

Color convert

RGB 213 18 20 -
CMYK 0 0.92 0.91 0.16
HSL 359.38º 0.84% 0.45% -
HSV(B) 359.38º 0.92% 0.84% -
XYZ 27.78 14.63 2.02 -
YUV 76.53 96.1 225.34 -
System Red Green Blue C M Y K H S L
Decimal 213 18 20 0 0.92 0.91 0.16 359.38 0.84 0.45
Hex D5 12 14 0 5C 5B 10 167 54 2D
Octal 325 22 24 0 134 133 20 547 124 55
Binary 11010101 10010 10100 0 1011100 1011011 10000 101100111 1010100 101101

Color Harmonies of #D51214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51214

Black with #D51214

Text Example


Text Example

White with #D51214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51214; }

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

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

background-color css

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

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

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

border-color css

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

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

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