Html Css Color HEX #E70A04 Red

📋 copy color: '#E70A04'

red 231 ◦ green 10 ◦ blue 4

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

Shades of Red #E70A04

Tints of Red #E70A04

RGB

 RED value IS 231 (90.63% from 255) = 94.29%

 GREEN value IS 10 (4.3% from 255) = 4.08%

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

R = 94.29%
G = 4.08%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E70A04 (or 0xE70A04) is known color: Red. HEX triplet: E7, 0A and 04. RGB value is (231,10,4). Sum of RGB (Red+Green+Blue) = 231+10+4=245 (32% of max value = 765). Red value is 231 (90.62% from 255 or 94.29% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70A04 is #18F5FB. Grayscale: #4B4B4B. Windows color (decimal): -1635836 or 264935. OLE color: 264935.

HSL color Cylindrical-coordinate representation of color #E70A04: hue angle of 1.59º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E70A04 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 10 4 -
CMYK 0 0.96 0.98 0.09
HSL 1.59º 0.97% 0.46% -
HSV(B) 1.59º 0.98% 0.91% -
XYZ 33.09 17.21 1.69 -
YUV 75.4 87.72 238.99 -
System Red Green Blue C M Y K H S L
Decimal 231 10 4 0 0.96 0.98 0.09 1.59 0.97 0.46
Hex E7 A 4 0 60 62 9 2 61 2E
Octal 347 12 4 0 140 142 11 2 141 56
Binary 11100111 1010 100 0 1100000 1100010 1001 10 1100001 101110

Color Harmonies of #E70A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70A04

Black with #E70A04

Text Example


Text Example

White with #E70A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70A04; }

 p { color: rgb(231,10,4); }

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

background-color css

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

 a { background-color: rgb(231,10,4); }

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

border-color css

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

 span { border-color: rgb(231,10,4); }

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