Html Css Color HEX #D4121A Fire Engine Red

📋 copy color: '#D4121A'

red 212 ◦ green 18 ◦ blue 26

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

Shades of Fire Engine Red #D4121A

Tints of Fire Engine Red #D4121A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.16%

R = 82.81%
G = 7.03%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4121A (or 0xD4121A) is known color: Fire Engine Red. HEX triplet: D4, 12 and 1A. RGB value is (212,18,26). Sum of RGB (Red+Green+Blue) = 212+18+26=256 (33% of max value = 765). Red value is 212 (83.20% from 255 or 82.81% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 212 - color contains mainly: red. Hex color #D4121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4121A is #2BEDE5. Grayscale: #4D4D4D. Windows color (decimal): -2878950 or 1708756. OLE color: 1708756.

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

Color convert

RGB 212 18 26 -
CMYK 0 0.92 0.88 0.17
HSL 357.53º 0.84% 0.45% -
HSV(B) 357.53º 0.92% 0.83% -
XYZ 27.55 14.5 2.32 -
YUV 76.92 99.27 224.35 -
System Red Green Blue C M Y K H S L
Decimal 212 18 26 0 0.92 0.88 0.17 357.53 0.84 0.45
Hex D4 12 1A 0 5C 58 11 166 54 2D
Octal 324 22 32 0 134 130 21 546 124 55
Binary 11010100 10010 11010 0 1011100 1011000 10001 101100110 1010100 101101

Color Harmonies of #D4121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4121A

Black with #D4121A

Text Example


Text Example

White with #D4121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4121A; }

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

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

background-color css

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

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

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

border-color css

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

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

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