Html Css Color HEX #E61842 Crimson

📋 copy color: '#E61842'

red 230 ◦ green 24 ◦ blue 66

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

Shades of Crimson #E61842

Tints of Crimson #E61842

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.5%

 BLUE value IS 66 (26.17% from 255) = 20.63%

R = 71.88%
G = 7.5%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E61842 (or 0xE61842) is known color: Crimson. HEX triplet: E6, 18 and 42. RGB value is (230,24,66). Sum of RGB (Red+Green+Blue) = 230+24+66=320 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.88% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 230 - color contains mainly: red. Hex color #E61842 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61842 is #19E7BD. Grayscale: #5A5A5A. Windows color (decimal): -1697726 or 4331750. OLE color: 4331750.

HSL color Cylindrical-coordinate representation of color #E61842: hue angle of 347.77º degrees, saturation: 0.81, 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 #E61842 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 24 66 -
CMYK 0 0.90 0.71 0.10
HSL 347.77º 0.81% 0.5% -
HSV(B) 347.77º 0.9% 0.9% -
XYZ 33.94 17.87 6.81 -
YUV 90.38 114.25 227.58 -
System Red Green Blue C M Y K H S L
Decimal 230 24 66 0 0.90 0.71 0.10 347.77 0.81 0.5
Hex E6 18 42 0 5A 47 A 15C 51 32
Octal 346 30 102 0 132 107 12 534 121 62
Binary 11100110 11000 1000010 0 1011010 1000111 1010 101011100 1010001 110010

Color Harmonies of #E61842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61842

Black with #E61842

Text Example


Text Example

White with #E61842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61842; }

 p { color: rgb(230,24,66); }

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

background-color css

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

 a { background-color: rgb(230,24,66); }

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

border-color css

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

 span { border-color: rgb(230,24,66); }

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