Html Css Color HEX #E61129 Crimson

📋 copy color: '#E61129'

red 230 ◦ green 17 ◦ blue 41

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

Shades of Crimson #E61129

Tints of Crimson #E61129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.24%

R = 79.86%
G = 5.9%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E61129 (or 0xE61129) is known color: Crimson. HEX triplet: E6, 11 and 29. RGB value is (230,17,41). Sum of RGB (Red+Green+Blue) = 230+17+41=288 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.86% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 230 - color contains mainly: red. Hex color #E61129 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61129 is #19EED6. Grayscale: #535353. Windows color (decimal): -1699543 or 2691558. OLE color: 2691558.

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

Color convert

RGB 230 17 41 -
CMYK 0 0.93 0.82 0.10
HSL 353.24º 0.86% 0.48% -
HSV(B) 353.24º 0.93% 0.9% -
XYZ 33.23 17.38 3.7 -
YUV 83.42 104.07 232.55 -
System Red Green Blue C M Y K H S L
Decimal 230 17 41 0 0.93 0.82 0.10 353.24 0.86 0.48
Hex E6 11 29 0 5D 52 A 161 56 30
Octal 346 21 51 0 135 122 12 541 126 60
Binary 11100110 10001 101001 0 1011101 1010010 1010 101100001 1010110 110000

Color Harmonies of #E61129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61129

Black with #E61129

Text Example


Text Example

White with #E61129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61129; }

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

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

background-color css

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

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

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

border-color css

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

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

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