Html Css Color HEX #D4122B Fire Engine Red

📋 copy color: '#D4122B'

red 212 ◦ green 18 ◦ blue 43

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

Shades of Fire Engine Red #D4122B

Tints of Fire Engine Red #D4122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.75%

R = 77.66%
G = 6.59%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4122B (or 0xD4122B) is known color: Fire Engine Red. HEX triplet: D4, 12 and 2B. RGB value is (212,18,43). Sum of RGB (Red+Green+Blue) = 212+18+43=273 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.66% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 212 - color contains mainly: red. Hex color #D4122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4122B is #2BEDD4. Grayscale: #4E4E4E. Windows color (decimal): -2878933 or 2822868. OLE color: 2822868.

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

Color convert

RGB 212 18 43 -
CMYK 0 0.92 0.80 0.17
HSL 352.27º 0.84% 0.45% -
HSV(B) 352.27º 0.92% 0.83% -
XYZ 27.8 14.6 3.64 -
YUV 78.86 107.77 222.97 -
System Red Green Blue C M Y K H S L
Decimal 212 18 43 0 0.92 0.80 0.17 352.27 0.84 0.45
Hex D4 12 2B 0 5C 50 11 160 54 2D
Octal 324 22 53 0 134 120 21 540 124 55
Binary 11010100 10010 101011 0 1011100 1010000 10001 101100000 1010100 101101

Color Harmonies of #D4122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4122B

Black with #D4122B

Text Example


Text Example

White with #D4122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4122B; }

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

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

background-color css

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

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

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

border-color css

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

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

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