Html Css Color HEX #D4121D Fire Engine Red

📋 copy color: '#D4121D'

red 212 ◦ green 18 ◦ blue 29

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

Shades of Fire Engine Red #D4121D

Tints of Fire Engine Red #D4121D

RGB

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

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

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

R = 81.85%
G = 6.95%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4121D (or 0xD4121D) is known color: Fire Engine Red. HEX triplet: D4, 12 and 1D. RGB value is (212,18,29). Sum of RGB (Red+Green+Blue) = 212+18+29=259 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.85% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 212 - color contains mainly: red. Hex color #D4121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4121D is #2BEDE2. Grayscale: #4D4D4D. Windows color (decimal): -2878947 or 1905364. OLE color: 1905364.

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

Color convert

RGB 212 18 29 -
CMYK 0 0.92 0.86 0.17
HSL 356.6º 0.84% 0.45% -
HSV(B) 356.6º 0.92% 0.83% -
XYZ 27.59 14.52 2.51 -
YUV 77.26 100.77 224.11 -
System Red Green Blue C M Y K H S L
Decimal 212 18 29 0 0.92 0.86 0.17 356.6 0.84 0.45
Hex D4 12 1D 0 5C 56 11 165 54 2D
Octal 324 22 35 0 134 126 21 545 124 55
Binary 11010100 10010 11101 0 1011100 1010110 10001 101100101 1010100 101101

Color Harmonies of #D4121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4121D

Black with #D4121D

Text Example


Text Example

White with #D4121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4121D; }

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

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

background-color css

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

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

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

border-color css

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

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

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