Html Css Color HEX #E70A2B Crimson

📋 copy color: '#E70A2B'

red 231 ◦ green 10 ◦ blue 43

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

Shades of Crimson #E70A2B

Tints of Crimson #E70A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.14%

R = 81.34%
G = 3.52%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E70A2B (or 0xE70A2B) is known color: Crimson. HEX triplet: E7, 0A and 2B. RGB value is (231,10,43). Sum of RGB (Red+Green+Blue) = 231+10+43=284 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.34% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70A2B is #18F5D4. Grayscale: #4F4F4F. Windows color (decimal): -1635797 or 2820839. OLE color: 2820839.

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

Color convert

RGB 231 10 43 -
CMYK 0 0.96 0.81 0.09
HSL 351.04º 0.92% 0.47% -
HSV(B) 351.04º 0.96% 0.91% -
XYZ 33.5 17.38 3.87 -
YUV 79.84 107.22 235.82 -
System Red Green Blue C M Y K H S L
Decimal 231 10 43 0 0.96 0.81 0.09 351.04 0.92 0.47
Hex E7 A 2B 0 60 51 9 15F 5C 2F
Octal 347 12 53 0 140 121 11 537 134 57
Binary 11100111 1010 101011 0 1100000 1010001 1001 101011111 1011100 101111

Color Harmonies of #E70A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70A2B

Black with #E70A2B

Text Example


Text Example

White with #E70A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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