Html Css Color HEX #E70A2D Crimson

📋 copy color: '#E70A2D'

red 231 ◦ green 10 ◦ blue 45

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

Shades of Crimson #E70A2D

Tints of Crimson #E70A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 80.77%
G = 3.5%
B = 15.73%

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

#E70A2D (or 0xE70A2D) is known color: Crimson. HEX triplet: E7, 0A and 2D. RGB value is (231,10,45). Sum of RGB (Red+Green+Blue) = 231+10+45=286 (37% of max value = 765). Red value is 231 (90.62% from 255 or 80.77% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70A2D is #18F5D2. Grayscale: #505050. Windows color (decimal): -1635795 or 2951911. OLE color: 2951911.

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

Color convert

RGB 231 10 45 -
CMYK 0 0.96 0.81 0.09
HSL 350.5º 0.92% 0.47% -
HSV(B) 350.5º 0.96% 0.91% -
XYZ 33.54 17.4 4.07 -
YUV 80.07 108.22 235.65 -
System Red Green Blue C M Y K H S L
Decimal 231 10 45 0 0.96 0.81 0.09 350.5 0.92 0.47
Hex E7 A 2D 0 60 51 9 15E 5C 2F
Octal 347 12 55 0 140 121 11 536 134 57
Binary 11100111 1010 101101 0 1100000 1010001 1001 101011110 1011100 101111

Color Harmonies of #E70A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70A2D

Black with #E70A2D

Text Example


Text Example

White with #E70A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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