Html Css Color HEX #E7013E Crimson

📋 copy color: '#E7013E'

red 231 ◦ green 1 ◦ blue 62

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

Shades of Crimson #E7013E

Tints of Crimson #E7013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.09%

R = 78.57%
G = 0.34%
B = 21.09%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E7013E (or 0xE7013E) is known color: Crimson. HEX triplet: E7, 01 and 3E. RGB value is (231,1,62). Sum of RGB (Red+Green+Blue) = 231+1+62=294 (38% of max value = 765). Red value is 231 (90.62% from 255 or 78.57% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 231 - color contains mainly: red. Hex color #E7013E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7013E is #18FEC1. Grayscale: #4C4C4C. Windows color (decimal): -1638082 or 4063719. OLE color: 4063719.

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

Color convert

RGB 231 1 62 -
CMYK 0 1.00 0.73 0.09
HSL 344.09º 0.99% 0.45% -
HSV(B) 344.09º 1% 0.91% -
XYZ 33.84 17.36 6.12 -
YUV 76.72 119.7 238.04 -
System Red Green Blue C M Y K H S L
Decimal 231 1 62 0 1.00 0.73 0.09 344.09 0.99 0.45
Hex E7 1 3E 0 64 49 9 158 63 2D
Octal 347 1 76 0 144 111 11 530 143 55
Binary 11100111 1 111110 0 1100100 1001001 1001 101011000 1100011 101101

Color Harmonies of #E7013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7013E

Black with #E7013E

Text Example


Text Example

White with #E7013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7013E; }

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

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

background-color css

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

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

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

border-color css

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

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

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