Html Css Color HEX #E31004 Red

📋 copy color: '#E31004'

red 227 ◦ green 16 ◦ blue 4

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

Shades of Red #E31004

Tints of Red #E31004

RGB

 RED value IS 227 (89.06% from 255) = 91.9%

 GREEN value IS 16 (6.64% from 255) = 6.48%

 BLUE value IS 4 (1.95% from 255) = 1.62%

R = 91.9%
G = 6.48%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E31004 (or 0xE31004) is known color: Red. HEX triplet: E3, 10 and 04. RGB value is (227,16,4). Sum of RGB (Red+Green+Blue) = 227+16+4=247 (32% of max value = 765). Red value is 227 (89.06% from 255 or 91.90% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 227 - color contains mainly: red. Hex color #E31004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31004 is #1CEFFB. Grayscale: #4D4D4D. Windows color (decimal): -1896444 or 266467. OLE color: 266467.

HSL color Cylindrical-coordinate representation of color #E31004: hue angle of 3.23º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E31004 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 16 4 -
CMYK 0 0.93 0.98 0.11
HSL 3.23º 0.97% 0.45% -
HSV(B) 3.23º 0.98% 0.89% -
XYZ 31.89 16.71 1.66 -
YUV 77.72 86.4 234.48 -
System Red Green Blue C M Y K H S L
Decimal 227 16 4 0 0.93 0.98 0.11 3.23 0.97 0.45
Hex E3 10 4 0 5D 62 B 3 61 2D
Octal 343 20 4 0 135 142 13 3 141 55
Binary 11100011 10000 100 0 1011101 1100010 1011 11 1100001 101101

Color Harmonies of #E31004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31004

Black with #E31004

Text Example


Text Example

White with #E31004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31004; }

 p { color: rgb(227,16,4); }

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

background-color css

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

 a { background-color: rgb(227,16,4); }

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

border-color css

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

 span { border-color: rgb(227,16,4); }

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