Html Css Color HEX #E10321 Fire Engine Red

📋 copy color: '#E10321'

red 225 ◦ green 3 ◦ blue 33

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

Shades of Fire Engine Red #E10321

Tints of Fire Engine Red #E10321

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 86.21%
G = 1.15%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E10321 (or 0xE10321) is known color: Fire Engine Red. HEX triplet: E1, 03 and 21. RGB value is (225,3,33). Sum of RGB (Red+Green+Blue) = 225+3+33=261 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.21% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 225 - color contains mainly: red. Hex color #E10321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10321 is #1EFCDE. Grayscale: #484848. Windows color (decimal): -2030815 or 2163681. OLE color: 2163681.

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

Color convert

RGB 225 3 33 -
CMYK 0 0.99 0.85 0.12
HSL 351.89º 0.97% 0.45% -
HSV(B) 351.89º 0.99% 0.88% -
XYZ 31.36 16.18 2.91 -
YUV 72.8 105.55 236.56 -
System Red Green Blue C M Y K H S L
Decimal 225 3 33 0 0.99 0.85 0.12 351.89 0.97 0.45
Hex E1 3 21 0 63 55 C 160 61 2D
Octal 341 3 41 0 143 125 14 540 141 55
Binary 11100001 11 100001 0 1100011 1010101 1100 101100000 1100001 101101

Color Harmonies of #E10321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10321

Black with #E10321

Text Example


Text Example

White with #E10321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10321; }

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

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

background-color css

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

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

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

border-color css

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

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

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