Html Css Color HEX #D4192C Fire Engine Red

📋 copy color: '#D4192C'

red 212 ◦ green 25 ◦ blue 44

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

Shades of Fire Engine Red #D4192C

Tints of Fire Engine Red #D4192C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.66%

R = 75.44%
G = 8.9%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4192C (or 0xD4192C) is known color: Fire Engine Red. HEX triplet: D4, 19 and 2C. RGB value is (212,25,44). Sum of RGB (Red+Green+Blue) = 212+25+44=281 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.44% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 212 - color contains mainly: red. Hex color #D4192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4192C is #2BE6D3. Grayscale: #535353. Windows color (decimal): -2877140 or 2890196. OLE color: 2890196.

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

Color convert

RGB 212 25 44 -
CMYK 0 0.88 0.79 0.17
HSL 353.9º 0.79% 0.46% -
HSV(B) 353.9º 0.88% 0.83% -
XYZ 27.95 14.87 3.78 -
YUV 83.08 105.95 219.96 -
System Red Green Blue C M Y K H S L
Decimal 212 25 44 0 0.88 0.79 0.17 353.9 0.79 0.46
Hex D4 19 2C 0 58 4F 11 162 4F 2E
Octal 324 31 54 0 130 117 21 542 117 56
Binary 11010100 11001 101100 0 1011000 1001111 10001 101100010 1001111 101110

Color Harmonies of #D4192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4192C

Black with #D4192C

Text Example


Text Example

White with #D4192C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4192C; }

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

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

background-color css

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

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

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

border-color css

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

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

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