Html Css Color HEX #E61520 Fire Engine Red

📋 copy color: '#E61520'

red 230 ◦ green 21 ◦ blue 32

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

Shades of Fire Engine Red #E61520

Tints of Fire Engine Red #E61520

RGB

 RED value IS 230 (90.23% from 255) = 81.27%

 GREEN value IS 21 (8.59% from 255) = 7.42%

 BLUE value IS 32 (12.89% from 255) = 11.31%

R = 81.27%
G = 7.42%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E61520 (or 0xE61520) is known color: Fire Engine Red. HEX triplet: E6, 15 and 20. RGB value is (230,21,32). Sum of RGB (Red+Green+Blue) = 230+21+32=283 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.27% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 230 - color contains mainly: red. Hex color #E61520 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61520 is #19EADF. Grayscale: #545454. Windows color (decimal): -1698528 or 2102758. OLE color: 2102758.

HSL color Cylindrical-coordinate representation of color #E61520: hue angle of 356.84º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E61520 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 21 32 -
CMYK 0 0.91 0.86 0.10
HSL 356.84º 0.83% 0.49% -
HSV(B) 356.84º 0.91% 0.9% -
XYZ 33.16 17.46 2.99 -
YUV 84.75 98.24 231.61 -
System Red Green Blue C M Y K H S L
Decimal 230 21 32 0 0.91 0.86 0.10 356.84 0.83 0.49
Hex E6 15 20 0 5B 56 A 165 53 31
Octal 346 25 40 0 133 126 12 545 123 61
Binary 11100110 10101 100000 0 1011011 1010110 1010 101100101 1010011 110001

Color Harmonies of #E61520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61520

Black with #E61520

Text Example


Text Example

White with #E61520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61520; }

 p { color: rgb(230,21,32); }

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

background-color css

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

 a { background-color: rgb(230,21,32); }

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

border-color css

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

 span { border-color: rgb(230,21,32); }

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