Html Css Color HEX #E61522 Fire Engine Red

📋 copy color: '#E61522'

red 230 ◦ green 21 ◦ blue 34

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

Shades of Fire Engine Red #E61522

Tints of Fire Engine Red #E61522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.93%

R = 80.7%
G = 7.37%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#E61522 (or 0xE61522) is known color: Fire Engine Red. HEX triplet: E6, 15 and 22. RGB value is (230,21,34). Sum of RGB (Red+Green+Blue) = 230+21+34=285 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.70% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 230 - color contains mainly: red. Hex color #E61522 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61522 is #19EADD. Grayscale: #555555. Windows color (decimal): -1698526 or 2233830. OLE color: 2233830.

HSL color Cylindrical-coordinate representation of color #E61522: hue angle of 356.27º 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 #E61522 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 21 34 -
CMYK 0 0.91 0.85 0.10
HSL 356.27º 0.83% 0.49% -
HSV(B) 356.27º 0.91% 0.9% -
XYZ 33.19 17.47 3.14 -
YUV 84.97 99.24 231.44 -
System Red Green Blue C M Y K H S L
Decimal 230 21 34 0 0.91 0.85 0.10 356.27 0.83 0.49
Hex E6 15 22 0 5B 55 A 164 53 31
Octal 346 25 42 0 133 125 12 544 123 61
Binary 11100110 10101 100010 0 1011011 1010101 1010 101100100 1010011 110001

Color Harmonies of #E61522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61522

Black with #E61522

Text Example


Text Example

White with #E61522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61522; }

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

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

background-color css

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

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

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

border-color css

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

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

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