Html Css Color HEX #E61541 Crimson

📋 copy color: '#E61541'

red 230 ◦ green 21 ◦ blue 65

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

Shades of Crimson #E61541

Tints of Crimson #E61541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.65%

 BLUE value IS 65 (25.78% from 255) = 20.57%

R = 72.78%
G = 6.65%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E61541 (or 0xE61541) is known color: Crimson. HEX triplet: E6, 15 and 41. RGB value is (230,21,65). Sum of RGB (Red+Green+Blue) = 230+21+65=316 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.78% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 230 - color contains mainly: red. Hex color #E61541 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61541 is #19EABE. Grayscale: #585858. Windows color (decimal): -1698495 or 4265446. OLE color: 4265446.

HSL color Cylindrical-coordinate representation of color #E61541: hue angle of 347.37º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E61541 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 21 65 -
CMYK 0 0.91 0.72 0.10
HSL 347.37º 0.83% 0.49% -
HSV(B) 347.37º 0.91% 0.9% -
XYZ 33.86 17.74 6.64 -
YUV 88.51 114.74 228.92 -
System Red Green Blue C M Y K H S L
Decimal 230 21 65 0 0.91 0.72 0.10 347.37 0.83 0.49
Hex E6 15 41 0 5B 48 A 15B 53 31
Octal 346 25 101 0 133 110 12 533 123 61
Binary 11100110 10101 1000001 0 1011011 1001000 1010 101011011 1010011 110001

Color Harmonies of #E61541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61541

Black with #E61541

Text Example


Text Example

White with #E61541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61541; }

 p { color: rgb(230,21,65); }

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

background-color css

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

 a { background-color: rgb(230,21,65); }

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

border-color css

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

 span { border-color: rgb(230,21,65); }

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