Html Css Color HEX #E70302 Red

📋 copy color: '#E70302'

red 231 ◦ green 3 ◦ blue 2

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

Shades of Red #E70302

Tints of Red #E70302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 97.88%
G = 1.27%
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

#E70302 (or 0xE70302) is known color: Red. HEX triplet: E7, 03 and 02. RGB value is (231,3,2). Sum of RGB (Red+Green+Blue) = 231+3+2=236 (31% of max value = 765). Red value is 231 (90.62% from 255 or 97.88% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 231 - color contains mainly: red. Hex color #E70302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70302 is #18FCFD. Grayscale: #474747. Windows color (decimal): -1637630 or 132071. OLE color: 132071.

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

Color convert

RGB 231 3 2 -
CMYK 0 0.99 0.99 0.09
HSL 0.26º 0.98% 0.46% -
HSV(B) 0.26º 0.99% 0.91% -
XYZ 33 17.06 1.61 -
YUV 71.06 89.04 242.08 -
System Red Green Blue C M Y K H S L
Decimal 231 3 2 0 0.99 0.99 0.09 0.26 0.98 0.46
Hex E7 3 2 0 63 63 9 0 62 2E
Octal 347 3 2 0 143 143 11 0 142 56
Binary 11100111 11 10 0 1100011 1100011 1001 0 1100010 101110

Color Harmonies of #E70302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70302

Black with #E70302

Text Example


Text Example

White with #E70302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70302; }

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

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

background-color css

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

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

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

border-color css

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

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

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