Html Css Color HEX #E70504 Red

📋 copy color: '#E70504'

red 231 ◦ green 5 ◦ blue 4

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

Shades of Red #E70504

Tints of Red #E70504

RGB

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

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

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

R = 96.25%
G = 2.08%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E70504 (or 0xE70504) is known color: Red. HEX triplet: E7, 05 and 04. RGB value is (231,5,4). Sum of RGB (Red+Green+Blue) = 231+5+4=240 (31% of max value = 765). Red value is 231 (90.62% from 255 or 96.25% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 231 - color contains mainly: red. Hex color #E70504 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70504 is #18FAFB. Grayscale: #484848. Windows color (decimal): -1637116 or 263655. OLE color: 263655.

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

Color convert

RGB 231 5 4 -
CMYK 0 0.98 0.98 0.09
HSL 0.26º 0.97% 0.46% -
HSV(B) 0.26º 0.98% 0.91% -
XYZ 33.03 17.11 1.68 -
YUV 72.46 89.37 241.08 -
System Red Green Blue C M Y K H S L
Decimal 231 5 4 0 0.98 0.98 0.09 0.26 0.97 0.46
Hex E7 5 4 0 62 62 9 0 61 2E
Octal 347 5 4 0 142 142 11 0 141 56
Binary 11100111 101 100 0 1100010 1100010 1001 0 1100001 101110

Color Harmonies of #E70504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70504

Black with #E70504

Text Example


Text Example

White with #E70504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70504; }

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

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

background-color css

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

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

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

border-color css

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

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

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