Html Css Color HEX #E31130 Crimson

📋 copy color: '#E31130'

red 227 ◦ green 17 ◦ blue 48

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

Shades of Crimson #E31130

Tints of Crimson #E31130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.82%

 BLUE value IS 48 (19.14% from 255) = 16.44%

R = 77.74%
G = 5.82%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E31130 (or 0xE31130) is known color: Crimson. HEX triplet: E3, 11 and 30. RGB value is (227,17,48). Sum of RGB (Red+Green+Blue) = 227+17+48=292 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.74% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 227 - color contains mainly: red. Hex color #E31130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31130 is #1CEECF. Grayscale: #535353. Windows color (decimal): -1896144 or 3150307. OLE color: 3150307.

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

Color convert

RGB 227 17 48 -
CMYK 0 0.93 0.79 0.11
HSL 351.14º 0.86% 0.48% -
HSV(B) 351.14º 0.93% 0.89% -
XYZ 32.41 16.95 4.36 -
YUV 83.32 108.07 230.48 -
System Red Green Blue C M Y K H S L
Decimal 227 17 48 0 0.93 0.79 0.11 351.14 0.86 0.48
Hex E3 11 30 0 5D 4F B 15F 56 30
Octal 343 21 60 0 135 117 13 537 126 60
Binary 11100011 10001 110000 0 1011101 1001111 1011 101011111 1010110 110000

Color Harmonies of #E31130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31130

Black with #E31130

Text Example


Text Example

White with #E31130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31130; }

 p { color: rgb(227,17,48); }

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

background-color css

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

 a { background-color: rgb(227,17,48); }

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

border-color css

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

 span { border-color: rgb(227,17,48); }

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