Html Css Color HEX #D11A2B Fire Engine Red

📋 copy color: '#D11A2B'

red 209 ◦ green 26 ◦ blue 43

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

Shades of Fire Engine Red #D11A2B

Tints of Fire Engine Red #D11A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.47%

R = 75.18%
G = 9.35%
B = 15.47%

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

#D11A2B (or 0xD11A2B) is known color: Fire Engine Red. HEX triplet: D1, 1A and 2B. RGB value is (209,26,43). Sum of RGB (Red+Green+Blue) = 209+26+43=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11A2B is #2EE5D4. Grayscale: #525252. Windows color (decimal): -3073493 or 2824913. OLE color: 2824913.

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

Color convert

RGB 209 26 43 -
CMYK 0 0.88 0.79 0.18
HSL 354.43º 0.78% 0.46% -
HSV(B) 354.43º 0.88% 0.82% -
XYZ 27.1 14.47 3.65 -
YUV 82.66 105.63 218.12 -
System Red Green Blue C M Y K H S L
Decimal 209 26 43 0 0.88 0.79 0.18 354.43 0.78 0.46
Hex D1 1A 2B 0 58 4F 12 162 4E 2E
Octal 321 32 53 0 130 117 22 542 116 56
Binary 11010001 11010 101011 0 1011000 1001111 10010 101100010 1001110 101110

Color Harmonies of #D11A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11A2B

Black with #D11A2B

Text Example


Text Example

White with #D11A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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