Html Css Color HEX #D11C2B Fire Engine Red

📋 copy color: '#D11C2B'

red 209 ◦ green 28 ◦ blue 43

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

Shades of Fire Engine Red #D11C2B

Tints of Fire Engine Red #D11C2B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10%

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

R = 74.64%
G = 10%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D11C2B (or 0xD11C2B) is known color: Fire Engine Red. HEX triplet: D1, 1C and 2B. RGB value is (209,28,43). Sum of RGB (Red+Green+Blue) = 209+28+43=280 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.64% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11C2B is #2EE3D4. Grayscale: #535353. Windows color (decimal): -3072981 or 2825425. OLE color: 2825425.

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

Color convert

RGB 209 28 43 -
CMYK 0 0.87 0.79 0.18
HSL 355.03º 0.76% 0.46% -
HSV(B) 355.03º 0.87% 0.82% -
XYZ 27.15 14.56 3.67 -
YUV 83.83 104.97 217.28 -
System Red Green Blue C M Y K H S L
Decimal 209 28 43 0 0.87 0.79 0.18 355.03 0.76 0.46
Hex D1 1C 2B 0 57 4F 12 163 4C 2E
Octal 321 34 53 0 127 117 22 543 114 56
Binary 11010001 11100 101011 0 1010111 1001111 10010 101100011 1001100 101110

Color Harmonies of #D11C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11C2B

Black with #D11C2B

Text Example


Text Example

White with #D11C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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