Html Css Color HEX #E31835 Crimson

📋 copy color: '#E31835'

red 227 ◦ green 24 ◦ blue 53

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

Shades of Crimson #E31835

Tints of Crimson #E31835

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.89%

 BLUE value IS 53 (21.09% from 255) = 17.43%

R = 74.67%
G = 7.89%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E31835 (or 0xE31835) is known color: Crimson. HEX triplet: E3, 18 and 35. RGB value is (227,24,53). Sum of RGB (Red+Green+Blue) = 227+24+53=304 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.67% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 227 - color contains mainly: red. Hex color #E31835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31835 is #1CE7CA. Grayscale: #585858. Windows color (decimal): -1894347 or 3479779. OLE color: 3479779.

HSL color Cylindrical-coordinate representation of color #E31835: hue angle of 351.43º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31835 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 24 53 -
CMYK 0 0.89 0.77 0.11
HSL 351.43º 0.81% 0.49% -
HSV(B) 351.43º 0.89% 0.89% -
XYZ 32.65 17.24 4.98 -
YUV 88 108.25 227.14 -
System Red Green Blue C M Y K H S L
Decimal 227 24 53 0 0.89 0.77 0.11 351.43 0.81 0.49
Hex E3 18 35 0 59 4D B 15F 51 31
Octal 343 30 65 0 131 115 13 537 121 61
Binary 11100011 11000 110101 0 1011001 1001101 1011 101011111 1010001 110001

Color Harmonies of #E31835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31835

Black with #E31835

Text Example


Text Example

White with #E31835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31835; }

 p { color: rgb(227,24,53); }

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

background-color css

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

 a { background-color: rgb(227,24,53); }

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

border-color css

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

 span { border-color: rgb(227,24,53); }

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