Html Css Color HEX #D4192E Fire Engine Red

📋 copy color: '#D4192E'

red 212 ◦ green 25 ◦ blue 46

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

Shades of Fire Engine Red #D4192E

Tints of Fire Engine Red #D4192E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.25%

R = 74.91%
G = 8.83%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4192E (or 0xD4192E) is known color: Fire Engine Red. HEX triplet: D4, 19 and 2E. RGB value is (212,25,46). Sum of RGB (Red+Green+Blue) = 212+25+46=283 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.91% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 212 - color contains mainly: red. Hex color #D4192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4192E is #2BE6D1. Grayscale: #535353. Windows color (decimal): -2877138 or 3021268. OLE color: 3021268.

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

Color convert

RGB 212 25 46 -
CMYK 0 0.88 0.78 0.17
HSL 353.26º 0.79% 0.46% -
HSV(B) 353.26º 0.88% 0.83% -
XYZ 27.99 14.89 3.98 -
YUV 83.31 106.95 219.79 -
System Red Green Blue C M Y K H S L
Decimal 212 25 46 0 0.88 0.78 0.17 353.26 0.79 0.46
Hex D4 19 2E 0 58 4E 11 161 4F 2E
Octal 324 31 56 0 130 116 21 541 117 56
Binary 11010100 11001 101110 0 1011000 1001110 10001 101100001 1001111 101110

Color Harmonies of #D4192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4192E

Black with #D4192E

Text Example


Text Example

White with #D4192E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4192E; }

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

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

background-color css

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

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

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

border-color css

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

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

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