Html Css Color HEX #E31535 Crimson

📋 copy color: '#E31535'

red 227 ◦ green 21 ◦ blue 53

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

Shades of Crimson #E31535

Tints of Crimson #E31535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.98%

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

R = 75.42%
G = 6.98%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E31535 (or 0xE31535) is known color: Crimson. HEX triplet: E3, 15 and 35. RGB value is (227,21,53). Sum of RGB (Red+Green+Blue) = 227+21+53=301 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.42% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 227 - color contains mainly: red. Hex color #E31535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31535 is #1CEACA. Grayscale: #565656. Windows color (decimal): -1895115 or 3479011. OLE color: 3479011.

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

Color convert

RGB 227 21 53 -
CMYK 0 0.91 0.77 0.11
HSL 350.68º 0.83% 0.49% -
HSV(B) 350.68º 0.91% 0.89% -
XYZ 32.59 17.12 4.96 -
YUV 86.24 109.25 228.4 -
System Red Green Blue C M Y K H S L
Decimal 227 21 53 0 0.91 0.77 0.11 350.68 0.83 0.49
Hex E3 15 35 0 5B 4D B 15F 53 31
Octal 343 25 65 0 133 115 13 537 123 61
Binary 11100011 10101 110101 0 1011011 1001101 1011 101011111 1010011 110001

Color Harmonies of #E31535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31535

Black with #E31535

Text Example


Text Example

White with #E31535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31535; }

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

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

background-color css

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

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

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

border-color css

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

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

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