Html Css Color HEX #E21D21 Fire Engine Red

📋 copy color: '#E21D21'

red 226 ◦ green 29 ◦ blue 33

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

Shades of Fire Engine Red #E21D21

Tints of Fire Engine Red #E21D21

RGB

 RED value IS 226 (88.67% from 255) = 78.47%

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

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

R = 78.47%
G = 10.07%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E21D21 (or 0xE21D21) is known color: Fire Engine Red. HEX triplet: E2, 1D and 21. RGB value is (226,29,33). Sum of RGB (Red+Green+Blue) = 226+29+33=288 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.47% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21D21 is #1DE2DE. Grayscale: #585858. Windows color (decimal): -1958623 or 2170338. OLE color: 2170338.

HSL color Cylindrical-coordinate representation of color #E21D21: hue angle of 358.78º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21D21 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 29 33 -
CMYK 0 0.87 0.85 0.11
HSL 358.78º 0.77% 0.5% -
HSV(B) 358.78º 0.87% 0.89% -
XYZ 32.08 17.16 3.06 -
YUV 88.36 96.77 226.17 -
System Red Green Blue C M Y K H S L
Decimal 226 29 33 0 0.87 0.85 0.11 358.78 0.77 0.5
Hex E2 1D 21 0 57 55 B 167 4D 32
Octal 342 35 41 0 127 125 13 547 115 62
Binary 11100010 11101 100001 0 1010111 1010101 1011 101100111 1001101 110010

Color Harmonies of #E21D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21D21

Black with #E21D21

Text Example


Text Example

White with #E21D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21D21; }

 p { color: rgb(226,29,33); }

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

background-color css

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

 a { background-color: rgb(226,29,33); }

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

border-color css

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

 span { border-color: rgb(226,29,33); }

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