Html Css Color HEX #E31B4A Crimson

📋 copy color: '#E31B4A'

red 227 ◦ green 27 ◦ blue 74

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

Shades of Crimson #E31B4A

Tints of Crimson #E31B4A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.23%

 BLUE value IS 74 (29.3% from 255) = 22.56%

R = 69.21%
G = 8.23%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E31B4A (or 0xE31B4A) is known color: Crimson. HEX triplet: E3, 1B and 4A. RGB value is (227,27,74). Sum of RGB (Red+Green+Blue) = 227+27+74=328 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.21% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 227 - color contains mainly: red. Hex color #E31B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31B4A is #1CE4B5. Grayscale: #5C5C5C. Windows color (decimal): -1893558 or 4856803. OLE color: 4856803.

HSL color Cylindrical-coordinate representation of color #E31B4A: hue angle of 345.9º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31B4A is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 27 74 -
CMYK 0 0.88 0.67 0.11
HSL 345.9º 0.79% 0.5% -
HSV(B) 345.9º 0.88% 0.89% -
XYZ 33.31 17.61 8.12 -
YUV 92.16 117.76 224.18 -
System Red Green Blue C M Y K H S L
Decimal 227 27 74 0 0.88 0.67 0.11 345.9 0.79 0.5
Hex E3 1B 4A 0 58 43 B 15A 4F 32
Octal 343 33 112 0 130 103 13 532 117 62
Binary 11100011 11011 1001010 0 1011000 1000011 1011 101011010 1001111 110010

Color Harmonies of #E31B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31B4A

Black with #E31B4A

Text Example


Text Example

White with #E31B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31B4A; }

 p { color: rgb(227,27,74); }

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

background-color css

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

 a { background-color: rgb(227,27,74); }

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

border-color css

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

 span { border-color: rgb(227,27,74); }

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