Html Css Color HEX #D4122D Fire Engine Red

📋 copy color: '#D4122D'

red 212 ◦ green 18 ◦ blue 45

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

Shades of Fire Engine Red #D4122D

Tints of Fire Engine Red #D4122D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.36%

R = 77.09%
G = 6.55%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4122D (or 0xD4122D) is known color: Fire Engine Red. HEX triplet: D4, 12 and 2D. RGB value is (212,18,45). Sum of RGB (Red+Green+Blue) = 212+18+45=275 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.09% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 212 - color contains mainly: red. Hex color #D4122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4122D is #2BEDD2. Grayscale: #4F4F4F. Windows color (decimal): -2878931 or 2953940. OLE color: 2953940.

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

Color convert

RGB 212 18 45 -
CMYK 0 0.92 0.79 0.17
HSL 351.65º 0.84% 0.45% -
HSV(B) 351.65º 0.92% 0.83% -
XYZ 27.84 14.62 3.84 -
YUV 79.08 108.77 222.8 -
System Red Green Blue C M Y K H S L
Decimal 212 18 45 0 0.92 0.79 0.17 351.65 0.84 0.45
Hex D4 12 2D 0 5C 4F 11 160 54 2D
Octal 324 22 55 0 134 117 21 540 124 55
Binary 11010100 10010 101101 0 1011100 1001111 10001 101100000 1010100 101101

Color Harmonies of #D4122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4122D

Black with #D4122D

Text Example


Text Example

White with #D4122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4122D; }

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

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

background-color css

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

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

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

border-color css

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

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

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