Html Css Color HEX #E3133F Crimson

📋 copy color: '#E3133F'

red 227 ◦ green 19 ◦ blue 63

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

Shades of Crimson #E3133F

Tints of Crimson #E3133F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.39%

R = 73.46%
G = 6.15%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E3133F (or 0xE3133F) is known color: Crimson. HEX triplet: E3, 13 and 3F. RGB value is (227,19,63). Sum of RGB (Red+Green+Blue) = 227+19+63=309 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.46% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 227 - color contains mainly: red. Hex color #E3133F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3133F is #1CECC0. Grayscale: #565656. Windows color (decimal): -1895617 or 4133859. OLE color: 4133859.

HSL color Cylindrical-coordinate representation of color #E3133F: hue angle of 347.31º 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 #E3133F is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 19 63 -
CMYK 0 0.92 0.72 0.11
HSL 347.31º 0.85% 0.48% -
HSV(B) 347.31º 0.92% 0.89% -
XYZ 32.81 17.16 6.28 -
YUV 86.21 114.91 228.42 -
System Red Green Blue C M Y K H S L
Decimal 227 19 63 0 0.92 0.72 0.11 347.31 0.85 0.48
Hex E3 13 3F 0 5C 48 B 15B 55 30
Octal 343 23 77 0 134 110 13 533 125 60
Binary 11100011 10011 111111 0 1011100 1001000 1011 101011011 1010101 110000

Color Harmonies of #E3133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3133F

Black with #E3133F

Text Example


Text Example

White with #E3133F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3133F; }

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

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

background-color css

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

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

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

border-color css

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

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

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