Html Css Color HEX #E7013A Crimson

📋 copy color: '#E7013A'

red 231 ◦ green 1 ◦ blue 58

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

Shades of Crimson #E7013A

Tints of Crimson #E7013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 58 (23.05% from 255) = 20%

R = 79.66%
G = 0.34%
B = 20%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E7013A (or 0xE7013A) is known color: Crimson. HEX triplet: E7, 01 and 3A. RGB value is (231,1,58). Sum of RGB (Red+Green+Blue) = 231+1+58=290 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.66% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 231 - color contains mainly: red. Hex color #E7013A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7013A is #18FEC5. Grayscale: #4C4C4C. Windows color (decimal): -1638086 or 3801575. OLE color: 3801575.

HSL color Cylindrical-coordinate representation of color #E7013A: hue angle of 345.13º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7013A is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 1 58 -
CMYK 0 1.00 0.75 0.09
HSL 345.13º 0.99% 0.45% -
HSV(B) 345.13º 1% 0.91% -
XYZ 33.73 17.32 5.57 -
YUV 76.27 117.7 238.37 -
System Red Green Blue C M Y K H S L
Decimal 231 1 58 0 1.00 0.75 0.09 345.13 0.99 0.45
Hex E7 1 3A 0 64 4B 9 159 63 2D
Octal 347 1 72 0 144 113 11 531 143 55
Binary 11100111 1 111010 0 1100100 1001011 1001 101011001 1100011 101101

Color Harmonies of #E7013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7013A

Black with #E7013A

Text Example


Text Example

White with #E7013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7013A; }

 p { color: rgb(231,1,58); }

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

background-color css

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

 a { background-color: rgb(231,1,58); }

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

border-color css

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

 span { border-color: rgb(231,1,58); }

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