Html Css Color HEX #D11D2B Fire Engine Red

📋 copy color: '#D11D2B'

red 209 ◦ green 29 ◦ blue 43

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

Shades of Fire Engine Red #D11D2B

Tints of Fire Engine Red #D11D2B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.32%

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

R = 74.38%
G = 10.32%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D11D2B (or 0xD11D2B) is known color: Fire Engine Red. HEX triplet: D1, 1D and 2B. RGB value is (209,29,43). Sum of RGB (Red+Green+Blue) = 209+29+43=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11D2B is #2EE2D4. Grayscale: #545454. Windows color (decimal): -3072725 or 2825681. OLE color: 2825681.

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

Color convert

RGB 209 29 43 -
CMYK 0 0.86 0.79 0.18
HSL 355.33º 0.76% 0.47% -
HSV(B) 355.33º 0.86% 0.82% -
XYZ 27.17 14.61 3.67 -
YUV 84.42 104.63 216.86 -
System Red Green Blue C M Y K H S L
Decimal 209 29 43 0 0.86 0.79 0.18 355.33 0.76 0.47
Hex D1 1D 2B 0 56 4F 12 163 4C 2F
Octal 321 35 53 0 126 117 22 543 114 57
Binary 11010001 11101 101011 0 1010110 1001111 10010 101100011 1001100 101111

Color Harmonies of #D11D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11D2B

Black with #D11D2B

Text Example


Text Example

White with #D11D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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