Html Css Color HEX #E60139 Crimson

📋 copy color: '#E60139'

red 230 ◦ green 1 ◦ blue 57

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

Shades of Crimson #E60139

Tints of Crimson #E60139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 57 (22.66% from 255) = 19.79%

R = 79.86%
G = 0.35%
B = 19.79%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#E60139 (or 0xE60139) is known color: Crimson. HEX triplet: E6, 01 and 39. RGB value is (230,1,57). Sum of RGB (Red+Green+Blue) = 230+1+57=288 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.86% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 230 - color contains mainly: red. Hex color #E60139 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60139 is #19FEC6. Grayscale: #4B4B4B. Windows color (decimal): -1703623 or 3736038. OLE color: 3736038.

HSL color Cylindrical-coordinate representation of color #E60139: hue angle of 345.33º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60139 is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 1 57 -
CMYK 0 1.00 0.75 0.10
HSL 345.33º 0.99% 0.45% -
HSV(B) 345.33º 1% 0.9% -
XYZ 33.38 17.14 5.42 -
YUV 75.86 117.37 237.95 -
System Red Green Blue C M Y K H S L
Decimal 230 1 57 0 1.00 0.75 0.10 345.33 0.99 0.45
Hex E6 1 39 0 64 4B A 159 63 2D
Octal 346 1 71 0 144 113 12 531 143 55
Binary 11100110 1 111001 0 1100100 1001011 1010 101011001 1100011 101101

Color Harmonies of #E60139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60139

Black with #E60139

Text Example


Text Example

White with #E60139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60139; }

 p { color: rgb(230,1,57); }

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

background-color css

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

 a { background-color: rgb(230,1,57); }

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

border-color css

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

 span { border-color: rgb(230,1,57); }

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