Html Css Color HEX #D11A2A Fire Engine Red

📋 copy color: '#D11A2A'

red 209 ◦ green 26 ◦ blue 42

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

Shades of Fire Engine Red #D11A2A

Tints of Fire Engine Red #D11A2A

RGB

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

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

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

R = 75.45%
G = 9.39%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D11A2A (or 0xD11A2A) is known color: Fire Engine Red. HEX triplet: D1, 1A and 2A. RGB value is (209,26,42). Sum of RGB (Red+Green+Blue) = 209+26+42=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11A2A is #2EE5D5. Grayscale: #525252. Windows color (decimal): -3073494 or 2759377. OLE color: 2759377.

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

Color convert

RGB 209 26 42 -
CMYK 0 0.88 0.80 0.18
HSL 354.75º 0.78% 0.46% -
HSV(B) 354.75º 0.88% 0.82% -
XYZ 27.08 14.46 3.55 -
YUV 82.54 105.13 218.2 -
System Red Green Blue C M Y K H S L
Decimal 209 26 42 0 0.88 0.80 0.18 354.75 0.78 0.46
Hex D1 1A 2A 0 58 50 12 163 4E 2E
Octal 321 32 52 0 130 120 22 543 116 56
Binary 11010001 11010 101010 0 1011000 1010000 10010 101100011 1001110 101110

Color Harmonies of #D11A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11A2A

Black with #D11A2A

Text Example


Text Example

White with #D11A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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