Html Css Color HEX #E31330 Crimson

📋 copy color: '#E31330'

red 227 ◦ green 19 ◦ blue 48

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

Shades of Crimson #E31330

Tints of Crimson #E31330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.46%

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

R = 77.21%
G = 6.46%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E31330 (or 0xE31330) is known color: Crimson. HEX triplet: E3, 13 and 30. RGB value is (227,19,48). Sum of RGB (Red+Green+Blue) = 227+19+48=294 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.21% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 227 - color contains mainly: red. Hex color #E31330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31330 is #1CECCF. Grayscale: #545454. Windows color (decimal): -1895632 or 3150819. OLE color: 3150819.

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

Color convert

RGB 227 19 48 -
CMYK 0 0.92 0.79 0.11
HSL 351.63º 0.85% 0.48% -
HSV(B) 351.63º 0.92% 0.89% -
XYZ 32.44 17.01 4.37 -
YUV 84.5 107.41 229.64 -
System Red Green Blue C M Y K H S L
Decimal 227 19 48 0 0.92 0.79 0.11 351.63 0.85 0.48
Hex E3 13 30 0 5C 4F B 160 55 30
Octal 343 23 60 0 134 117 13 540 125 60
Binary 11100011 10011 110000 0 1011100 1001111 1011 101100000 1010101 110000

Color Harmonies of #E31330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31330

Black with #E31330

Text Example


Text Example

White with #E31330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31330; }

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

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

background-color css

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

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

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

border-color css

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

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

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