Html Css Color HEX #E30331 Crimson

📋 copy color: '#E30331'

red 227 ◦ green 3 ◦ blue 49

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

Shades of Crimson #E30331

Tints of Crimson #E30331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

 BLUE value IS 49 (19.53% from 255) = 17.56%

R = 81.36%
G = 1.08%
B = 17.56%

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

#E30331 (or 0xE30331) is known color: Crimson. HEX triplet: E3, 03 and 31. RGB value is (227,3,49). Sum of RGB (Red+Green+Blue) = 227+3+49=279 (36% of max value = 765). Red value is 227 (89.06% from 255 or 81.36% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 227 - color contains mainly: red. Hex color #E30331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30331 is #1CFCCE. Grayscale: #4B4B4B. Windows color (decimal): -1899727 or 3212259. OLE color: 3212259.

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

Color convert

RGB 227 3 49 -
CMYK 0 0.99 0.78 0.11
HSL 347.68º 0.97% 0.45% -
HSV(B) 347.68º 0.99% 0.89% -
XYZ 32.27 16.62 4.41 -
YUV 75.22 113.21 236.26 -
System Red Green Blue C M Y K H S L
Decimal 227 3 49 0 0.99 0.78 0.11 347.68 0.97 0.45
Hex E3 3 31 0 63 4E B 15C 61 2D
Octal 343 3 61 0 143 116 13 534 141 55
Binary 11100011 11 110001 0 1100011 1001110 1011 101011100 1100001 101101

Color Harmonies of #E30331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30331

Black with #E30331

Text Example


Text Example

White with #E30331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30331; }

 p { color: rgb(227,3,49); }

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

background-color css

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

 a { background-color: rgb(227,3,49); }

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

border-color css

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

 span { border-color: rgb(227,3,49); }

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