Html Css Color HEX #E61D40 Crimson

📋 copy color: '#E61D40'

red 230 ◦ green 29 ◦ blue 64

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

Shades of Crimson #E61D40

Tints of Crimson #E61D40

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.98%

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

R = 71.21%
G = 8.98%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E61D40 (or 0xE61D40) is known color: Crimson. HEX triplet: E6, 1D and 40. RGB value is (230,29,64). Sum of RGB (Red+Green+Blue) = 230+29+64=323 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.21% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 230 - color contains mainly: red. Hex color #E61D40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61D40 is #19E2BF. Grayscale: #5D5D5D. Windows color (decimal): -1696448 or 4201958. OLE color: 4201958.

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

Color convert

RGB 230 29 64 -
CMYK 0 0.87 0.72 0.10
HSL 349.55º 0.8% 0.51% -
HSV(B) 349.55º 0.87% 0.9% -
XYZ 34 18.07 6.55 -
YUV 93.09 111.59 225.65 -
System Red Green Blue C M Y K H S L
Decimal 230 29 64 0 0.87 0.72 0.10 349.55 0.8 0.51
Hex E6 1D 40 0 57 48 A 15E 50 33
Octal 346 35 100 0 127 110 12 536 120 63
Binary 11100110 11101 1000000 0 1010111 1001000 1010 101011110 1010000 110011

Color Harmonies of #E61D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61D40

Black with #E61D40

Text Example


Text Example

White with #E61D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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