Html Css Color HEX #E30232 Crimson

📋 copy color: '#E30232'

red 227 ◦ green 2 ◦ blue 50

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

Shades of Crimson #E30232

Tints of Crimson #E30232

RGB

 RED value IS 227 (89.06% from 255) = 81.36%

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 81.36%
G = 0.72%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E30232 (or 0xE30232) is known color: Crimson. HEX triplet: E3, 02 and 32. RGB value is (227,2,50). Sum of RGB (Red+Green+Blue) = 227+2+50=279 (36% of max value = 765). Red value is 227 (89.06% from 255 or 81.36% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 227 - color contains mainly: red. Hex color #E30232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30232 is #1CFDCD. Grayscale: #4A4A4A. Windows color (decimal): -1899982 or 3277539. OLE color: 3277539.

HSL color Cylindrical-coordinate representation of color #E30232: hue angle of 347.2º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E30232 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 2 50 -
CMYK 0 0.99 0.78 0.11
HSL 347.2º 0.98% 0.45% -
HSV(B) 347.2º 0.99% 0.89% -
XYZ 32.28 16.6 4.52 -
YUV 74.75 114.04 236.6 -
System Red Green Blue C M Y K H S L
Decimal 227 2 50 0 0.99 0.78 0.11 347.2 0.98 0.45
Hex E3 2 32 0 63 4E B 15B 62 2D
Octal 343 2 62 0 143 116 13 533 142 55
Binary 11100011 10 110010 0 1100011 1001110 1011 101011011 1100010 101101

Color Harmonies of #E30232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30232

Black with #E30232

Text Example


Text Example

White with #E30232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30232; }

 p { color: rgb(227,2,50); }

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

background-color css

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

 a { background-color: rgb(227,2,50); }

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

border-color css

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

 span { border-color: rgb(227,2,50); }

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