Html Css Color HEX #E00526 Fire Engine Red

📋 copy color: '#E00526'

red 224 ◦ green 5 ◦ blue 38

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

Shades of Fire Engine Red #E00526

Tints of Fire Engine Red #E00526

RGB

 RED value IS 224 (87.89% from 255) = 83.9%

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

 BLUE value IS 38 (15.23% from 255) = 14.23%

R = 83.9%
G = 1.87%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E00526 (or 0xE00526) is known color: Fire Engine Red. HEX triplet: E0, 05 and 26. RGB value is (224,5,38). Sum of RGB (Red+Green+Blue) = 224+5+38=267 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.90% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 224 - color contains mainly: red. Hex color #E00526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00526 is #1FFAD9. Grayscale: #4A4A4A. Windows color (decimal): -2095834 or 2491872. OLE color: 2491872.

HSL color Cylindrical-coordinate representation of color #E00526: hue angle of 350.96º 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 #E00526 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 5 38 -
CMYK 0 0.98 0.83 0.12
HSL 350.96º 0.96% 0.45% -
HSV(B) 350.96º 0.98% 0.88% -
XYZ 31.14 16.1 3.3 -
YUV 74.24 107.55 234.82 -
System Red Green Blue C M Y K H S L
Decimal 224 5 38 0 0.98 0.83 0.12 350.96 0.96 0.45
Hex E0 5 26 0 62 53 C 15F 60 2D
Octal 340 5 46 0 142 123 14 537 140 55
Binary 11100000 101 100110 0 1100010 1010011 1100 101011111 1100000 101101

Color Harmonies of #E00526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00526

Black with #E00526

Text Example


Text Example

White with #E00526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00526; }

 p { color: rgb(224,5,38); }

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

background-color css

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

 a { background-color: rgb(224,5,38); }

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

border-color css

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

 span { border-color: rgb(224,5,38); }

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