Html Css Color HEX #E61134 Crimson

📋 copy color: '#E61134'

red 230 ◦ green 17 ◦ blue 52

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

Shades of Crimson #E61134

Tints of Crimson #E61134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.39%

R = 76.92%
G = 5.69%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E61134 (or 0xE61134) is known color: Crimson. HEX triplet: E6, 11 and 34. RGB value is (230,17,52). Sum of RGB (Red+Green+Blue) = 230+17+52=299 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.92% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 230 - color contains mainly: red. Hex color #E61134 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61134 is #19EECB. Grayscale: #545454. Windows color (decimal): -1699532 or 3412454. OLE color: 3412454.

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

Color convert

RGB 230 17 52 -
CMYK 0 0.93 0.77 0.10
HSL 350.14º 0.86% 0.48% -
HSV(B) 350.14º 0.93% 0.9% -
XYZ 33.45 17.47 4.86 -
YUV 84.68 109.57 231.65 -
System Red Green Blue C M Y K H S L
Decimal 230 17 52 0 0.93 0.77 0.10 350.14 0.86 0.48
Hex E6 11 34 0 5D 4D A 15E 56 30
Octal 346 21 64 0 135 115 12 536 126 60
Binary 11100110 10001 110100 0 1011101 1001101 1010 101011110 1010110 110000

Color Harmonies of #E61134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61134

Black with #E61134

Text Example


Text Example

White with #E61134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61134; }

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

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

background-color css

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

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

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

border-color css

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

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

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