Html Css Color HEX #E61740 Crimson

📋 copy color: '#E61740'

red 230 ◦ green 23 ◦ blue 64

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

Shades of Crimson #E61740

Tints of Crimson #E61740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.26%

 BLUE value IS 64 (25.39% from 255) = 20.19%

R = 72.56%
G = 7.26%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E61740 (or 0xE61740) is known color: Crimson. HEX triplet: E6, 17 and 40. RGB value is (230,23,64). Sum of RGB (Red+Green+Blue) = 230+23+64=317 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.56% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 230 - color contains mainly: red. Hex color #E61740 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61740 is #19E8BF. Grayscale: #595959. Windows color (decimal): -1697984 or 4200422. OLE color: 4200422.

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

Color convert

RGB 230 23 64 -
CMYK 0 0.9 0.72 0.10
HSL 348.12º 0.82% 0.5% -
HSV(B) 348.12º 0.9% 0.9% -
XYZ 33.86 17.81 6.5 -
YUV 89.57 113.58 228.17 -
System Red Green Blue C M Y K H S L
Decimal 230 23 64 0 0.9 0.72 0.10 348.12 0.82 0.5
Hex E6 17 40 0 5A 48 A 15C 52 32
Octal 346 27 100 0 132 110 12 534 122 62
Binary 11100110 10111 1000000 0 1011010 1001000 1010 101011100 1010010 110010

Color Harmonies of #E61740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61740

Black with #E61740

Text Example


Text Example

White with #E61740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61740; }

 p { color: rgb(230,23,64); }

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

background-color css

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

 a { background-color: rgb(230,23,64); }

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

border-color css

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

 span { border-color: rgb(230,23,64); }

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