Html Css Color HEX #E70032 Crimson

📋 copy color: '#E70032'

red 231 ◦ green 0 ◦ blue 50

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

Shades of Crimson #E70032

Tints of Crimson #E70032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.21%
G = 0%
B = 17.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E70032 (or 0xE70032) is known color: Crimson. HEX triplet: E7, 00 and 32. RGB value is (231,0,50). Sum of RGB (Red+Green+Blue) = 231+0+50=281 (37% of max value = 765). Red value is 231 (90.62% from 255 or 82.21% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 231 - color contains mainly: red. Hex color #E70032 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70032 is #18FFCD. Grayscale: #4A4A4A. Windows color (decimal): -1638350 or 3277031. OLE color: 3277031.

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

Color convert

RGB 231 0 50 -
CMYK 0 1 0.78 0.09
HSL 347.01º 1% 0.45% -
HSV(B) 347.01º 1% 0.91% -
XYZ 33.53 17.22 4.57 -
YUV 74.77 114.03 239.43 -
System Red Green Blue C M Y K H S L
Decimal 231 0 50 0 1 0.78 0.09 347.01 1 0.45
Hex E7 0 32 0 64 4E 9 15B 64 2D
Octal 347 0 62 0 144 116 11 533 144 55
Binary 11100111 0 110010 0 1100100 1001110 1001 101011011 1100100 101101

Color Harmonies of #E70032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70032

Black with #E70032

Text Example


Text Example

White with #E70032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70032; }

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

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

background-color css

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

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

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

border-color css

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

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

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