Html Css Color HEX #E30238 Crimson

📋 copy color: '#E30238'

red 227 ◦ green 2 ◦ blue 56

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

Shades of Crimson #E30238

Tints of Crimson #E30238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.65%

R = 79.65%
G = 0.7%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#E30238 (or 0xE30238) is known color: Crimson. HEX triplet: E3, 02 and 38. RGB value is (227,2,56). Sum of RGB (Red+Green+Blue) = 227+2+56=285 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.65% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 227 - color contains mainly: red. Hex color #E30238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30238 is #1CFDC7. Grayscale: #4B4B4B. Windows color (decimal): -1899976 or 3670755. OLE color: 3670755.

HSL color Cylindrical-coordinate representation of color #E30238: hue angle of 345.6º 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 #E30238 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 2 56 -
CMYK 0 0.99 0.75 0.11
HSL 345.6º 0.98% 0.45% -
HSV(B) 345.6º 0.99% 0.89% -
XYZ 32.41 16.66 5.25 -
YUV 75.43 117.04 236.11 -
System Red Green Blue C M Y K H S L
Decimal 227 2 56 0 0.99 0.75 0.11 345.6 0.98 0.45
Hex E3 2 38 0 63 4B B 15A 62 2D
Octal 343 2 70 0 143 113 13 532 142 55
Binary 11100011 10 111000 0 1100011 1001011 1011 101011010 1100010 101101

Color Harmonies of #E30238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30238

Black with #E30238

Text Example


Text Example

White with #E30238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30238; }

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

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

background-color css

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

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

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

border-color css

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

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

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