Html Css Color HEX #D4122A Fire Engine Red

📋 copy color: '#D4122A'

red 212 ◦ green 18 ◦ blue 42

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

Shades of Fire Engine Red #D4122A

Tints of Fire Engine Red #D4122A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.44%

R = 77.94%
G = 6.62%
B = 15.44%

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

#D4122A (or 0xD4122A) is known color: Fire Engine Red. HEX triplet: D4, 12 and 2A. RGB value is (212,18,42). Sum of RGB (Red+Green+Blue) = 212+18+42=272 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.94% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 212 - color contains mainly: red. Hex color #D4122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4122A is #2BEDD5. Grayscale: #4E4E4E. Windows color (decimal): -2878934 or 2757332. OLE color: 2757332.

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

Color convert

RGB 212 18 42 -
CMYK 0 0.92 0.80 0.17
HSL 352.58º 0.84% 0.45% -
HSV(B) 352.58º 0.92% 0.83% -
XYZ 27.79 14.6 3.54 -
YUV 78.74 107.27 223.05 -
System Red Green Blue C M Y K H S L
Decimal 212 18 42 0 0.92 0.80 0.17 352.58 0.84 0.45
Hex D4 12 2A 0 5C 50 11 161 54 2D
Octal 324 22 52 0 134 120 21 541 124 55
Binary 11010100 10010 101010 0 1011100 1010000 10001 101100001 1010100 101101

Color Harmonies of #D4122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4122A

Black with #D4122A

Text Example


Text Example

White with #D4122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4122A; }

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

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

background-color css

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

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

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

border-color css

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

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

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