Html Css Color HEX #E70202 Red

📋 copy color: '#E70202'

red 231 ◦ green 2 ◦ blue 2

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

Shades of Red #E70202

Tints of Red #E70202

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 98.3%
G = 0.85%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E70202 (or 0xE70202) is known color: Red. HEX triplet: E7, 02 and 02. RGB value is (231,2,2). Sum of RGB (Red+Green+Blue) = 231+2+2=235 (31% of max value = 765). Red value is 231 (90.62% from 255 or 98.30% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 231 - color contains mainly: red. Hex color #E70202 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70202 is #18FDFD. Grayscale: #464646. Windows color (decimal): -1637886 or 131815. OLE color: 131815.

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

Color convert

RGB 231 2 2 -
CMYK 0 0.99 0.99 0.09
HSL 0.98% 0.46% -
HSV(B) 0.99% 0.91% -
XYZ 32.99 17.04 1.61 -
YUV 70.47 89.37 242.5 -
System Red Green Blue C M Y K H S L
Decimal 231 2 2 0 0.99 0.99 0.09 0 0.98 0.46
Hex E7 2 2 0 63 63 9 0 62 2E
Octal 347 2 2 0 143 143 11 0 142 56
Binary 11100111 10 10 0 1100011 1100011 1001 0 1100010 101110

Color Harmonies of #E70202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70202

Black with #E70202

Text Example


Text Example

White with #E70202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70202; }

 p { color: rgb(231,2,2); }

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

background-color css

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

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

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

border-color css

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

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

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