Html Css Color HEX #E70B0A Red

📋 copy color: '#E70B0A'

red 231 ◦ green 11 ◦ blue 10

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

Shades of Red #E70B0A

Tints of Red #E70B0A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.37%

 BLUE value IS 10 (4.3% from 255) = 3.97%

R = 91.67%
G = 4.37%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E70B0A (or 0xE70B0A) is known color: Red. HEX triplet: E7, 0B and 0A. RGB value is (231,11,10). Sum of RGB (Red+Green+Blue) = 231+11+10=252 (33% of max value = 765). Red value is 231 (90.62% from 255 or 91.67% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 231 - color contains mainly: red. Hex color #E70B0A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70B0A is #18F4F5. Grayscale: #4C4C4C. Windows color (decimal): -1635574 or 658407. OLE color: 658407.

HSL color Cylindrical-coordinate representation of color #E70B0A: hue angle of 0.27º degrees, saturation: 0.92, 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 #E70B0A is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 11 10 -
CMYK 0 0.95 0.96 0.09
HSL 0.27º 0.92% 0.47% -
HSV(B) 0.27º 0.96% 0.91% -
XYZ 33.13 17.25 1.87 -
YUV 76.67 90.39 238.08 -
System Red Green Blue C M Y K H S L
Decimal 231 11 10 0 0.95 0.96 0.09 0.27 0.92 0.47
Hex E7 B A 0 5F 60 9 0 5C 2F
Octal 347 13 12 0 137 140 11 0 134 57
Binary 11100111 1011 1010 0 1011111 1100000 1001 0 1011100 101111

Color Harmonies of #E70B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70B0A

Black with #E70B0A

Text Example


Text Example

White with #E70B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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