Html Css Color HEX #E61127 Crimson

📋 copy color: '#E61127'

red 230 ◦ green 17 ◦ blue 39

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

Shades of Crimson #E61127

Tints of Crimson #E61127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.64%

R = 80.42%
G = 5.94%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E61127 (or 0xE61127) is known color: Crimson. HEX triplet: E6, 11 and 27. RGB value is (230,17,39). Sum of RGB (Red+Green+Blue) = 230+17+39=286 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.42% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 230 - color contains mainly: red. Hex color #E61127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61127 is #19EED8. Grayscale: #535353. Windows color (decimal): -1699545 or 2560486. OLE color: 2560486.

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

Color convert

RGB 230 17 39 -
CMYK 0 0.93 0.83 0.10
HSL 353.8º 0.86% 0.48% -
HSV(B) 353.8º 0.93% 0.9% -
XYZ 33.2 17.37 3.52 -
YUV 83.2 103.07 232.71 -
System Red Green Blue C M Y K H S L
Decimal 230 17 39 0 0.93 0.83 0.10 353.8 0.86 0.48
Hex E6 11 27 0 5D 53 A 162 56 30
Octal 346 21 47 0 135 123 12 542 126 60
Binary 11100110 10001 100111 0 1011101 1010011 1010 101100010 1010110 110000

Color Harmonies of #E61127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61127

Black with #E61127

Text Example


Text Example

White with #E61127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61127; }

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

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

background-color css

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

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

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

border-color css

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

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

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