Html Css Color HEX #E10522 Fire Engine Red

📋 copy color: '#E10522'

red 225 ◦ green 5 ◦ blue 34

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

Shades of Fire Engine Red #E10522

Tints of Fire Engine Red #E10522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

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

R = 85.23%
G = 1.89%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E10522 (or 0xE10522) is known color: Fire Engine Red. HEX triplet: E1, 05 and 22. RGB value is (225,5,34). Sum of RGB (Red+Green+Blue) = 225+5+34=264 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.23% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 225 - color contains mainly: red. Hex color #E10522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10522 is #1EFADD. Grayscale: #4A4A4A. Windows color (decimal): -2030302 or 2229729. OLE color: 2229729.

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

Color convert

RGB 225 5 34 -
CMYK 0 0.98 0.85 0.12
HSL 352.09º 0.96% 0.45% -
HSV(B) 352.09º 0.98% 0.88% -
XYZ 31.39 16.23 2.99 -
YUV 74.09 105.39 235.64 -
System Red Green Blue C M Y K H S L
Decimal 225 5 34 0 0.98 0.85 0.12 352.09 0.96 0.45
Hex E1 5 22 0 62 55 C 160 60 2D
Octal 341 5 42 0 142 125 14 540 140 55
Binary 11100001 101 100010 0 1100010 1010101 1100 101100000 1100000 101101

Color Harmonies of #E10522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10522

Black with #E10522

Text Example


Text Example

White with #E10522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10522; }

 p { color: rgb(225,5,34); }

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

background-color css

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

 a { background-color: rgb(225,5,34); }

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

border-color css

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

 span { border-color: rgb(225,5,34); }

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