Html Css Color HEX #D41122 Fire Engine Red

📋 copy color: '#D41122'

red 212 ◦ green 17 ◦ blue 34

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

Shades of Fire Engine Red #D41122

Tints of Fire Engine Red #D41122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.46%

 BLUE value IS 34 (13.67% from 255) = 12.93%

R = 80.61%
G = 6.46%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D41122 (or 0xD41122) is known color: Fire Engine Red. HEX triplet: D4, 11 and 22. RGB value is (212,17,34). Sum of RGB (Red+Green+Blue) = 212+17+34=263 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.61% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 212 - color contains mainly: red. Hex color #D41122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41122 is #2BEEDD. Grayscale: #4D4D4D. Windows color (decimal): -2879198 or 2232788. OLE color: 2232788.

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

Color convert

RGB 212 17 34 -
CMYK 0 0.92 0.84 0.17
HSL 354.77º 0.85% 0.45% -
HSV(B) 354.77º 0.92% 0.83% -
XYZ 27.64 14.51 2.86 -
YUV 77.24 103.6 224.12 -
System Red Green Blue C M Y K H S L
Decimal 212 17 34 0 0.92 0.84 0.17 354.77 0.85 0.45
Hex D4 11 22 0 5C 54 11 163 55 2D
Octal 324 21 42 0 134 124 21 543 125 55
Binary 11010100 10001 100010 0 1011100 1010100 10001 101100011 1010101 101101

Color Harmonies of #D41122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41122

Black with #D41122

Text Example


Text Example

White with #D41122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41122; }

 p { color: rgb(212,17,34); }

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

background-color css

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

 a { background-color: rgb(212,17,34); }

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

border-color css

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

 span { border-color: rgb(212,17,34); }

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