Html Css Color HEX #E7012E Crimson

📋 copy color: '#E7012E'

red 231 ◦ green 1 ◦ blue 46

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

Shades of Crimson #E7012E

Tints of Crimson #E7012E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.55%

R = 83.09%
G = 0.36%
B = 16.55%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E7012E (or 0xE7012E) is known color: Crimson. HEX triplet: E7, 01 and 2E. RGB value is (231,1,46). Sum of RGB (Red+Green+Blue) = 231+1+46=278 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.09% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 231 - color contains mainly: red. Hex color #E7012E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7012E is #18FED1. Grayscale: #4A4A4A. Windows color (decimal): -1638098 or 3015143. OLE color: 3015143.

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

Color convert

RGB 231 1 46 -
CMYK 0 1.00 0.80 0.09
HSL 348.26º 0.99% 0.45% -
HSV(B) 348.26º 1% 0.91% -
XYZ 33.46 17.21 4.14 -
YUV 74.9 111.7 239.34 -
System Red Green Blue C M Y K H S L
Decimal 231 1 46 0 1.00 0.80 0.09 348.26 0.99 0.45
Hex E7 1 2E 0 64 50 9 15C 63 2D
Octal 347 1 56 0 144 120 11 534 143 55
Binary 11100111 1 101110 0 1100100 1010000 1001 101011100 1100011 101101

Color Harmonies of #E7012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7012E

Black with #E7012E

Text Example


Text Example

White with #E7012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7012E; }

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

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

background-color css

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

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

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

border-color css

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

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

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