Html Css Color HEX #E31635 Crimson

📋 copy color: '#E31635'

red 227 ◦ green 22 ◦ blue 53

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

Shades of Crimson #E31635

Tints of Crimson #E31635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.28%

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

R = 75.17%
G = 7.28%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E31635 (or 0xE31635) is known color: Crimson. HEX triplet: E3, 16 and 35. RGB value is (227,22,53). Sum of RGB (Red+Green+Blue) = 227+22+53=302 (40% of max value = 765). Red value is 227 (89.06% from 255 or 75.17% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 227 - color contains mainly: red. Hex color #E31635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31635 is #1CE9CA. Grayscale: #565656. Windows color (decimal): -1894859 or 3479267. OLE color: 3479267.

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

Color convert

RGB 227 22 53 -
CMYK 0 0.90 0.77 0.11
HSL 350.93º 0.82% 0.49% -
HSV(B) 350.93º 0.9% 0.89% -
XYZ 32.61 17.16 4.96 -
YUV 86.83 108.92 227.98 -
System Red Green Blue C M Y K H S L
Decimal 227 22 53 0 0.90 0.77 0.11 350.93 0.82 0.49
Hex E3 16 35 0 5A 4D B 15F 52 31
Octal 343 26 65 0 132 115 13 537 122 61
Binary 11100011 10110 110101 0 1011010 1001101 1011 101011111 1010010 110001

Color Harmonies of #E31635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31635

Black with #E31635

Text Example


Text Example

White with #E31635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31635; }

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

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

background-color css

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

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

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

border-color css

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

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

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