Html Css Color HEX #E70600 Red

📋 copy color: '#E70600'

red 231 ◦ green 6 ◦ blue 0

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

Shades of Red #E70600

Tints of Red #E70600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.47%
G = 2.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E70600 (or 0xE70600) is known color: Red. HEX triplet: E7, 06 and 00. RGB value is (231,6,0). Sum of RGB (Red+Green+Blue) = 231+6+0=237 (31% of max value = 765). Red value is 231 (90.62% from 255 or 97.47% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 231 - color contains mainly: red. Hex color #E70600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70600 is #18F9FF. Grayscale: #484848. Windows color (decimal): -1636864 or 1767. OLE color: 1767.

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

Color convert

RGB 231 6 0 -
CMYK 0 0.97 1 0.09
HSL 1.56º 1% 0.45% -
HSV(B) 1.56º 1% 0.91% -
XYZ 33.02 17.12 1.56 -
YUV 72.59 87.04 240.99 -
System Red Green Blue C M Y K H S L
Decimal 231 6 0 0 0.97 1 0.09 1.56 1 0.45
Hex E7 6 0 0 61 64 9 2 64 2D
Octal 347 6 0 0 141 144 11 2 144 55
Binary 11100111 110 0 0 1100001 1100100 1001 10 1100100 101101

Color Harmonies of #E70600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70600

Black with #E70600

Text Example


Text Example

White with #E70600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70600; }

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

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

background-color css

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

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

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

border-color css

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

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

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