Html Css Color HEX #E70132 Crimson

📋 copy color: '#E70132'

red 231 ◦ green 1 ◦ blue 50

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

Shades of Crimson #E70132

Tints of Crimson #E70132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.73%

R = 81.91%
G = 0.35%
B = 17.73%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E70132 (or 0xE70132) is known color: Crimson. HEX triplet: E7, 01 and 32. RGB value is (231,1,50). Sum of RGB (Red+Green+Blue) = 231+1+50=282 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.91% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 231 - color contains mainly: red. Hex color #E70132 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70132 is #18FECD. Grayscale: #4B4B4B. Windows color (decimal): -1638094 or 3277287. OLE color: 3277287.

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

Color convert

RGB 231 1 50 -
CMYK 0 1.00 0.78 0.09
HSL 347.22º 0.99% 0.45% -
HSV(B) 347.22º 1% 0.91% -
XYZ 33.54 17.24 4.58 -
YUV 75.36 113.7 239.02 -
System Red Green Blue C M Y K H S L
Decimal 231 1 50 0 1.00 0.78 0.09 347.22 0.99 0.45
Hex E7 1 32 0 64 4E 9 15B 63 2D
Octal 347 1 62 0 144 116 11 533 143 55
Binary 11100111 1 110010 0 1100100 1001110 1001 101011011 1100011 101101

Color Harmonies of #E70132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70132

Black with #E70132

Text Example


Text Example

White with #E70132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70132; }

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

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

background-color css

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

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

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

border-color css

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

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

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