Html Css Color HEX #E70D04 Red

📋 copy color: '#E70D04'

red 231 ◦ green 13 ◦ blue 4

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

Shades of Red #E70D04

Tints of Red #E70D04

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.24%

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

R = 93.15%
G = 5.24%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E70D04 (or 0xE70D04) is known color: Red. HEX triplet: E7, 0D and 04. RGB value is (231,13,4). Sum of RGB (Red+Green+Blue) = 231+13+4=248 (32% of max value = 765). Red value is 231 (90.62% from 255 or 93.15% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 231 - color contains mainly: red. Hex color #E70D04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70D04 is #18F2FB. Grayscale: #4D4D4D. Windows color (decimal): -1635068 or 265703. OLE color: 265703.

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

Color convert

RGB 231 13 4 -
CMYK 0 0.94 0.98 0.09
HSL 2.38º 0.97% 0.46% -
HSV(B) 2.38º 0.98% 0.91% -
XYZ 33.12 17.29 1.71 -
YUV 77.16 86.72 237.73 -
System Red Green Blue C M Y K H S L
Decimal 231 13 4 0 0.94 0.98 0.09 2.38 0.97 0.46
Hex E7 D 4 0 5E 62 9 2 61 2E
Octal 347 15 4 0 136 142 11 2 141 56
Binary 11100111 1101 100 0 1011110 1100010 1001 10 1100001 101110

Color Harmonies of #E70D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70D04

Black with #E70D04

Text Example


Text Example

White with #E70D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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