Html Css Color HEX #E00826 Fire Engine Red

📋 copy color: '#E00826'

red 224 ◦ green 8 ◦ blue 38

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

Shades of Fire Engine Red #E00826

Tints of Fire Engine Red #E00826

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.96%

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

R = 82.96%
G = 2.96%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E00826 (or 0xE00826) is known color: Fire Engine Red. HEX triplet: E0, 08 and 26. RGB value is (224,8,38). Sum of RGB (Red+Green+Blue) = 224+8+38=270 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.96% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 224 - color contains mainly: red. Hex color #E00826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00826 is #1FF7D9. Grayscale: #4C4C4C. Windows color (decimal): -2095066 or 2492640. OLE color: 2492640.

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

Color convert

RGB 224 8 38 -
CMYK 0 0.96 0.83 0.12
HSL 351.67º 0.93% 0.45% -
HSV(B) 351.67º 0.96% 0.88% -
XYZ 31.18 16.16 3.31 -
YUV 76 106.56 233.56 -
System Red Green Blue C M Y K H S L
Decimal 224 8 38 0 0.96 0.83 0.12 351.67 0.93 0.45
Hex E0 8 26 0 60 53 C 160 5D 2D
Octal 340 10 46 0 140 123 14 540 135 55
Binary 11100000 1000 100110 0 1100000 1010011 1100 101100000 1011101 101101

Color Harmonies of #E00826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00826

Black with #E00826

Text Example


Text Example

White with #E00826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00826; }

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

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

background-color css

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

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

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

border-color css

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

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

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