Html Css Color HEX #E61131 Crimson

📋 copy color: '#E61131'

red 230 ◦ green 17 ◦ blue 49

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

Shades of Crimson #E61131

Tints of Crimson #E61131

RGB

 RED value IS 230 (90.23% from 255) = 77.7%

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

 BLUE value IS 49 (19.53% from 255) = 16.55%

R = 77.7%
G = 5.74%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E61131 (or 0xE61131) is known color: Crimson. HEX triplet: E6, 11 and 31. RGB value is (230,17,49). Sum of RGB (Red+Green+Blue) = 230+17+49=296 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.70% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 230 - color contains mainly: red. Hex color #E61131 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61131 is #19EECE. Grayscale: #545454. Windows color (decimal): -1699535 or 3215846. OLE color: 3215846.

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

Color convert

RGB 230 17 49 -
CMYK 0 0.93 0.79 0.10
HSL 350.99º 0.86% 0.48% -
HSV(B) 350.99º 0.93% 0.9% -
XYZ 33.39 17.45 4.51 -
YUV 84.34 108.07 231.9 -
System Red Green Blue C M Y K H S L
Decimal 230 17 49 0 0.93 0.79 0.10 350.99 0.86 0.48
Hex E6 11 31 0 5D 4F A 15F 56 30
Octal 346 21 61 0 135 117 12 537 126 60
Binary 11100110 10001 110001 0 1011101 1001111 1010 101011111 1010110 110000

Color Harmonies of #E61131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61131

Black with #E61131

Text Example


Text Example

White with #E61131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61131; }

 p { color: rgb(230,17,49); }

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

background-color css

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

 a { background-color: rgb(230,17,49); }

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

border-color css

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

 span { border-color: rgb(230,17,49); }

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