Html Css Color HEX #E61042 Crimson

📋 copy color: '#E61042'

red 230 ◦ green 16 ◦ blue 66

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

Shades of Crimson #E61042

Tints of Crimson #E61042

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.13%

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

R = 73.72%
G = 5.13%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E61042 (or 0xE61042) is known color: Crimson. HEX triplet: E6, 10 and 42. RGB value is (230,16,66). Sum of RGB (Red+Green+Blue) = 230+16+66=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E61042 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61042 is #19EFBD. Grayscale: #555555. Windows color (decimal): -1699774 or 4329702. OLE color: 4329702.

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

Color convert

RGB 230 16 66 -
CMYK 0 0.93 0.71 0.10
HSL 345.98º 0.87% 0.48% -
HSV(B) 345.98º 0.93% 0.9% -
XYZ 33.8 17.59 6.77 -
YUV 85.69 116.9 230.93 -
System Red Green Blue C M Y K H S L
Decimal 230 16 66 0 0.93 0.71 0.10 345.98 0.87 0.48
Hex E6 10 42 0 5D 47 A 15A 57 30
Octal 346 20 102 0 135 107 12 532 127 60
Binary 11100110 10000 1000010 0 1011101 1000111 1010 101011010 1010111 110000

Color Harmonies of #E61042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61042

Black with #E61042

Text Example


Text Example

White with #E61042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61042; }

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

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

background-color css

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

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

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

border-color css

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

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

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