Html Css Color HEX #E10821 Fire Engine Red

📋 copy color: '#E10821'

red 225 ◦ green 8 ◦ blue 33

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

Shades of Fire Engine Red #E10821

Tints of Fire Engine Red #E10821

RGB

 RED value IS 225 (88.28% from 255) = 84.59%

 GREEN value IS 8 (3.52% from 255) = 3.01%

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

R = 84.59%
G = 3.01%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E10821 (or 0xE10821) is known color: Fire Engine Red. HEX triplet: E1, 08 and 21. RGB value is (225,8,33). Sum of RGB (Red+Green+Blue) = 225+8+33=266 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.59% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 225 - color contains mainly: red. Hex color #E10821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10821 is #1EF7DE. Grayscale: #4B4B4B. Windows color (decimal): -2029535 or 2164961. OLE color: 2164961.

HSL color Cylindrical-coordinate representation of color #E10821: hue angle of 353.09º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10821 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 8 33 -
CMYK 0 0.96 0.85 0.12
HSL 353.09º 0.93% 0.46% -
HSV(B) 353.09º 0.96% 0.88% -
XYZ 31.41 16.29 2.93 -
YUV 75.73 103.89 234.47 -
System Red Green Blue C M Y K H S L
Decimal 225 8 33 0 0.96 0.85 0.12 353.09 0.93 0.46
Hex E1 8 21 0 60 55 C 161 5D 2E
Octal 341 10 41 0 140 125 14 541 135 56
Binary 11100001 1000 100001 0 1100000 1010101 1100 101100001 1011101 101110

Color Harmonies of #E10821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10821

Black with #E10821

Text Example


Text Example

White with #E10821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10821; }

 p { color: rgb(225,8,33); }

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

background-color css

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

 a { background-color: rgb(225,8,33); }

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

border-color css

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

 span { border-color: rgb(225,8,33); }

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