Html Css Color HEX #D11C21 Fire Engine Red

📋 copy color: '#D11C21'

red 209 ◦ green 28 ◦ blue 33

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

Shades of Fire Engine Red #D11C21

Tints of Fire Engine Red #D11C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.22%

R = 77.41%
G = 10.37%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D11C21 (or 0xD11C21) is known color: Fire Engine Red. HEX triplet: D1, 1C and 21. RGB value is (209,28,33). Sum of RGB (Red+Green+Blue) = 209+28+33=270 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.41% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11C21 is #2EE3DE. Grayscale: #525252. Windows color (decimal): -3072991 or 2170065. OLE color: 2170065.

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

Color convert

RGB 209 28 33 -
CMYK 0 0.87 0.84 0.18
HSL 358.34º 0.76% 0.46% -
HSV(B) 358.34º 0.87% 0.82% -
XYZ 26.98 14.5 2.81 -
YUV 82.69 99.97 218.09 -
System Red Green Blue C M Y K H S L
Decimal 209 28 33 0 0.87 0.84 0.18 358.34 0.76 0.46
Hex D1 1C 21 0 57 54 12 166 4C 2E
Octal 321 34 41 0 127 124 22 546 114 56
Binary 11010001 11100 100001 0 1010111 1010100 10010 101100110 1001100 101110

Color Harmonies of #D11C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11C21

Black with #D11C21

Text Example


Text Example

White with #D11C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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