Html Css Color HEX #E61138 Crimson

📋 copy color: '#E61138'

red 230 ◦ green 17 ◦ blue 56

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

Shades of Crimson #E61138

Tints of Crimson #E61138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.48%

R = 75.91%
G = 5.61%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.10

RGB Variations

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

Color information

#E61138 (or 0xE61138) is known color: Crimson. HEX triplet: E6, 11 and 38. RGB value is (230,17,56). Sum of RGB (Red+Green+Blue) = 230+17+56=303 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.91% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 230 - color contains mainly: red. Hex color #E61138 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61138 is #19EEC7. Grayscale: #555555. Windows color (decimal): -1699528 or 3674598. OLE color: 3674598.

HSL color Cylindrical-coordinate representation of color #E61138: hue angle of 349.01º 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 #E61138 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 17 56 -
CMYK 0 0.93 0.76 0.10
HSL 349.01º 0.86% 0.48% -
HSV(B) 349.01º 0.93% 0.9% -
XYZ 33.55 17.51 5.35 -
YUV 85.13 111.57 231.33 -
System Red Green Blue C M Y K H S L
Decimal 230 17 56 0 0.93 0.76 0.10 349.01 0.86 0.48
Hex E6 11 38 0 5D 4C A 15D 56 30
Octal 346 21 70 0 135 114 12 535 126 60
Binary 11100110 10001 111000 0 1011101 1001100 1010 101011101 1010110 110000

Color Harmonies of #E61138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61138

Black with #E61138

Text Example


Text Example

White with #E61138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61138; }

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

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

background-color css

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

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

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

border-color css

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

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

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