Html Css Color HEX #E70D07 Red

📋 copy color: '#E70D07'

red 231 ◦ green 13 ◦ blue 7

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

Shades of Red #E70D07

Tints of Red #E70D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.79%

R = 92.03%
G = 5.18%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E70D07 (or 0xE70D07) is known color: Red. HEX triplet: E7, 0D and 07. RGB value is (231,13,7). Sum of RGB (Red+Green+Blue) = 231+13+7=251 (33% of max value = 765). Red value is 231 (90.62% from 255 or 92.03% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 231 - color contains mainly: red. Hex color #E70D07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70D07 is #18F2F8. Grayscale: #4D4D4D. Windows color (decimal): -1635065 or 462311. OLE color: 462311.

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

Color convert

RGB 231 13 7 -
CMYK 0 0.94 0.97 0.09
HSL 1.61º 0.94% 0.47% -
HSV(B) 1.61º 0.97% 0.91% -
XYZ 33.14 17.29 1.79 -
YUV 77.5 88.22 237.49 -
System Red Green Blue C M Y K H S L
Decimal 231 13 7 0 0.94 0.97 0.09 1.61 0.94 0.47
Hex E7 D 7 0 5E 61 9 2 5E 2F
Octal 347 15 7 0 136 141 11 2 136 57
Binary 11100111 1101 111 0 1011110 1100001 1001 10 1011110 101111

Color Harmonies of #E70D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70D07

Black with #E70D07

Text Example


Text Example

White with #E70D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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