Html Css Color HEX #D4191D Fire Engine Red

📋 copy color: '#D4191D'

red 212 ◦ green 25 ◦ blue 29

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

Shades of Fire Engine Red #D4191D

Tints of Fire Engine Red #D4191D

RGB

 RED value IS 212 (83.2% from 255) = 79.7%

 GREEN value IS 25 (10.16% from 255) = 9.4%

 BLUE value IS 29 (11.72% from 255) = 10.9%

R = 79.7%
G = 9.4%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4191D (or 0xD4191D) is known color: Fire Engine Red. HEX triplet: D4, 19 and 1D. RGB value is (212,25,29). Sum of RGB (Red+Green+Blue) = 212+25+29=266 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.70% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 212 - color contains mainly: red. Hex color #D4191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4191D is #2BE6E2. Grayscale: #515151. Windows color (decimal): -2877155 or 1907156. OLE color: 1907156.

HSL color Cylindrical-coordinate representation of color #D4191D: hue angle of 358.72º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4191D is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 25 29 -
CMYK 0 0.88 0.86 0.17
HSL 358.72º 0.79% 0.46% -
HSV(B) 358.72º 0.88% 0.83% -
XYZ 27.72 14.78 2.55 -
YUV 81.37 98.45 221.17 -
System Red Green Blue C M Y K H S L
Decimal 212 25 29 0 0.88 0.86 0.17 358.72 0.79 0.46
Hex D4 19 1D 0 58 56 11 167 4F 2E
Octal 324 31 35 0 130 126 21 547 117 56
Binary 11010100 11001 11101 0 1011000 1010110 10001 101100111 1001111 101110

Color Harmonies of #D4191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4191D

Black with #D4191D

Text Example


Text Example

White with #D4191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4191D; }

 p { color: rgb(212,25,29); }

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

background-color css

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

 a { background-color: rgb(212,25,29); }

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

border-color css

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

 span { border-color: rgb(212,25,29); }

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