Html Css Color HEX #E70A09 Red

📋 copy color: '#E70A09'

red 231 ◦ green 10 ◦ blue 9

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

Shades of Red #E70A09

Tints of Red #E70A09

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4%

 BLUE value IS 9 (3.91% from 255) = 3.6%

R = 92.4%
G = 4%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E70A09 (or 0xE70A09) is known color: Red. HEX triplet: E7, 0A and 09. RGB value is (231,10,9). Sum of RGB (Red+Green+Blue) = 231+10+9=250 (33% of max value = 765). Red value is 231 (90.62% from 255 or 92.4% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70A09 is #18F5F6. Grayscale: #4C4C4C. Windows color (decimal): -1635831 or 592615. OLE color: 592615.

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

Color convert

RGB 231 10 9 -
CMYK 0 0.96 0.96 0.09
HSL 0.27º 0.93% 0.47% -
HSV(B) 0.27º 0.96% 0.91% -
XYZ 33.11 17.23 1.84 -
YUV 75.97 90.22 238.58 -
System Red Green Blue C M Y K H S L
Decimal 231 10 9 0 0.96 0.96 0.09 0.27 0.93 0.47
Hex E7 A 9 0 60 60 9 0 5C 2F
Octal 347 12 11 0 140 140 11 0 134 57
Binary 11100111 1010 1001 0 1100000 1100000 1001 0 1011100 101111

Color Harmonies of #E70A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70A09

Black with #E70A09

Text Example


Text Example

White with #E70A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70A09; }

 p { color: rgb(231,10,9); }

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

background-color css

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

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

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

border-color css

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

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

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