Html Css Color HEX #D11321 Fire Engine Red

📋 copy color: '#D11321'

red 209 ◦ green 19 ◦ blue 33

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

Shades of Fire Engine Red #D11321

Tints of Fire Engine Red #D11321

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.28%

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

R = 80.08%
G = 7.28%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D11321 (or 0xD11321) is known color: Fire Engine Red. HEX triplet: D1, 13 and 21. RGB value is (209,19,33). Sum of RGB (Red+Green+Blue) = 209+19+33=261 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.08% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 209 - color contains mainly: red. Hex color #D11321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11321 is #2EECDE. Grayscale: #4D4D4D. Windows color (decimal): -3075295 or 2167761. OLE color: 2167761.

HSL color Cylindrical-coordinate representation of color #D11321: hue angle of 355.58º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11321 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 19 33 -
CMYK 0 0.91 0.84 0.18
HSL 355.58º 0.83% 0.45% -
HSV(B) 355.58º 0.91% 0.82% -
XYZ 26.8 14.13 2.75 -
YUV 77.41 102.95 221.86 -
System Red Green Blue C M Y K H S L
Decimal 209 19 33 0 0.91 0.84 0.18 355.58 0.83 0.45
Hex D1 13 21 0 5B 54 12 164 53 2D
Octal 321 23 41 0 133 124 22 544 123 55
Binary 11010001 10011 100001 0 1011011 1010100 10010 101100100 1010011 101101

Color Harmonies of #D11321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11321

Black with #D11321

Text Example


Text Example

White with #D11321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11321; }

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

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

background-color css

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

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

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

border-color css

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

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

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