Html Css Color HEX #D4191B Fire Engine Red

📋 copy color: '#D4191B'

red 212 ◦ green 25 ◦ blue 27

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

Shades of Fire Engine Red #D4191B

Tints of Fire Engine Red #D4191B

RGB

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

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

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

R = 80.3%
G = 9.47%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D4191B (or 0xD4191B) is known color: Fire Engine Red. HEX triplet: D4, 19 and 1B. RGB value is (212,25,27). Sum of RGB (Red+Green+Blue) = 212+25+27=264 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.30% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 212 - color contains mainly: red. Hex color #D4191B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4191B is #2BE6E4. Grayscale: #515151. Windows color (decimal): -2877157 or 1776084. OLE color: 1776084.

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

Color convert

RGB 212 25 27 -
CMYK 0 0.88 0.87 0.17
HSL 359.36º 0.79% 0.46% -
HSV(B) 359.36º 0.88% 0.83% -
XYZ 27.7 14.77 2.43 -
YUV 81.14 97.45 221.34 -
System Red Green Blue C M Y K H S L
Decimal 212 25 27 0 0.88 0.87 0.17 359.36 0.79 0.46
Hex D4 19 1B 0 58 57 11 167 4F 2E
Octal 324 31 33 0 130 127 21 547 117 56
Binary 11010100 11001 11011 0 1011000 1010111 10001 101100111 1001111 101110

Color Harmonies of #D4191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4191B

Black with #D4191B

Text Example


Text Example

White with #D4191B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4191B; }

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

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

background-color css

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

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

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

border-color css

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

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

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