Html Css Color HEX #E10621 Fire Engine Red

📋 copy color: '#E10621'

red 225 ◦ green 6 ◦ blue 33

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

Shades of Fire Engine Red #E10621

Tints of Fire Engine Red #E10621

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.27%

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

R = 85.23%
G = 2.27%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E10621 (or 0xE10621) is known color: Fire Engine Red. HEX triplet: E1, 06 and 21. RGB value is (225,6,33). Sum of RGB (Red+Green+Blue) = 225+6+33=264 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.23% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 225 - color contains mainly: red. Hex color #E10621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10621 is #1EF9DE. Grayscale: #4A4A4A. Windows color (decimal): -2030047 or 2164449. OLE color: 2164449.

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

Color convert

RGB 225 6 33 -
CMYK 0 0.97 0.85 0.12
HSL 352.6º 0.95% 0.45% -
HSV(B) 352.6º 0.97% 0.88% -
XYZ 31.39 16.25 2.92 -
YUV 74.56 104.55 235.3 -
System Red Green Blue C M Y K H S L
Decimal 225 6 33 0 0.97 0.85 0.12 352.6 0.95 0.45
Hex E1 6 21 0 61 55 C 161 5F 2D
Octal 341 6 41 0 141 125 14 541 137 55
Binary 11100001 110 100001 0 1100001 1010101 1100 101100001 1011111 101101

Color Harmonies of #E10621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10621

Black with #E10621

Text Example


Text Example

White with #E10621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10621; }

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

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

background-color css

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

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

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

border-color css

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

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

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