Html Css Color HEX #E70706 Red

📋 copy color: '#E70706'

red 231 ◦ green 7 ◦ blue 6

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

Shades of Red #E70706

Tints of Red #E70706

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.87%

 BLUE value IS 6 (2.73% from 255) = 2.46%

R = 94.67%
G = 2.87%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E70706 (or 0xE70706) is known color: Red. HEX triplet: E7, 07 and 06. RGB value is (231,7,6). Sum of RGB (Red+Green+Blue) = 231+7+6=244 (32% of max value = 765). Red value is 231 (90.62% from 255 or 94.67% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 231 - color contains mainly: red. Hex color #E70706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70706 is #18F8F9. Grayscale: #4A4A4A. Windows color (decimal): -1636602 or 395239. OLE color: 395239.

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

Color convert

RGB 231 7 6 -
CMYK 0 0.97 0.97 0.09
HSL 0.27º 0.95% 0.46% -
HSV(B) 0.27º 0.97% 0.91% -
XYZ 33.06 17.15 1.74 -
YUV 73.86 89.71 240.08 -
System Red Green Blue C M Y K H S L
Decimal 231 7 6 0 0.97 0.97 0.09 0.27 0.95 0.46
Hex E7 7 6 0 61 61 9 0 5F 2E
Octal 347 7 6 0 141 141 11 0 137 56
Binary 11100111 111 110 0 1100001 1100001 1001 0 1011111 101110

Color Harmonies of #E70706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70706

Black with #E70706

Text Example


Text Example

White with #E70706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70706; }

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

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

background-color css

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

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

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

border-color css

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

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

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