Html Css Color HEX #D11A2C Fire Engine Red

📋 copy color: '#D11A2C'

red 209 ◦ green 26 ◦ blue 44

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

Shades of Fire Engine Red #D11A2C

Tints of Fire Engine Red #D11A2C

RGB

 RED value IS 209 (82.03% from 255) = 74.91%

 GREEN value IS 26 (10.55% from 255) = 9.32%

 BLUE value IS 44 (17.58% from 255) = 15.77%

R = 74.91%
G = 9.32%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D11A2C (or 0xD11A2C) is known color: Fire Engine Red. HEX triplet: D1, 1A and 2C. RGB value is (209,26,44). Sum of RGB (Red+Green+Blue) = 209+26+44=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11A2C is #2EE5D3. Grayscale: #525252. Windows color (decimal): -3073492 or 2890449. OLE color: 2890449.

HSL color Cylindrical-coordinate representation of color #D11A2C: hue angle of 354.1º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11A2C is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 26 44 -
CMYK 0 0.88 0.79 0.18
HSL 354.1º 0.78% 0.46% -
HSV(B) 354.1º 0.88% 0.82% -
XYZ 27.12 14.48 3.75 -
YUV 82.77 106.13 218.04 -
System Red Green Blue C M Y K H S L
Decimal 209 26 44 0 0.88 0.79 0.18 354.1 0.78 0.46
Hex D1 1A 2C 0 58 4F 12 162 4E 2E
Octal 321 32 54 0 130 117 22 542 116 56
Binary 11010001 11010 101100 0 1011000 1001111 10010 101100010 1001110 101110

Color Harmonies of #D11A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11A2C

Black with #D11A2C

Text Example


Text Example

White with #D11A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11A2C; }

 p { color: rgb(209,26,44); }

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

background-color css

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

 a { background-color: rgb(209,26,44); }

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

border-color css

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

 span { border-color: rgb(209,26,44); }

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