Html Css Color HEX #E31438 Crimson

📋 copy color: '#E31438'

red 227 ◦ green 20 ◦ blue 56

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

Shades of Crimson #E31438

Tints of Crimson #E31438

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.6%

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

R = 74.92%
G = 6.6%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#E31438 (or 0xE31438) is known color: Crimson. HEX triplet: E3, 14 and 38. RGB value is (227,20,56). Sum of RGB (Red+Green+Blue) = 227+20+56=303 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.92% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 227 - color contains mainly: red. Hex color #E31438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31438 is #1CEBC7. Grayscale: #565656. Windows color (decimal): -1895368 or 3675363. OLE color: 3675363.

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

Color convert

RGB 227 20 56 -
CMYK 0 0.91 0.75 0.11
HSL 349.57º 0.84% 0.48% -
HSV(B) 349.57º 0.91% 0.89% -
XYZ 32.64 17.12 5.32 -
YUV 86 111.08 228.57 -
System Red Green Blue C M Y K H S L
Decimal 227 20 56 0 0.91 0.75 0.11 349.57 0.84 0.48
Hex E3 14 38 0 5B 4B B 15E 54 30
Octal 343 24 70 0 133 113 13 536 124 60
Binary 11100011 10100 111000 0 1011011 1001011 1011 101011110 1010100 110000

Color Harmonies of #E31438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31438

Black with #E31438

Text Example


Text Example

White with #E31438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31438; }

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

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

background-color css

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

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

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

border-color css

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

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

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