Html Css Color HEX #E60140 Crimson

📋 copy color: '#E60140'

red 230 ◦ green 1 ◦ blue 64

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

Shades of Crimson #E60140

Tints of Crimson #E60140

RGB

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

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

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

R = 77.97%
G = 0.34%
B = 21.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E60140 (or 0xE60140) is known color: Crimson. HEX triplet: E6, 01 and 40. RGB value is (230,1,64). Sum of RGB (Red+Green+Blue) = 230+1+64=295 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.97% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 230 - color contains mainly: red. Hex color #E60140 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60140 is #19FEBF. Grayscale: #4C4C4C. Windows color (decimal): -1703616 or 4194790. OLE color: 4194790.

HSL color Cylindrical-coordinate representation of color #E60140: hue angle of 343.49º 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 #E60140 is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 1 64 -
CMYK 0 1.00 0.72 0.10
HSL 343.49º 0.99% 0.45% -
HSV(B) 343.49º 1% 0.9% -
XYZ 33.57 17.21 6.4 -
YUV 76.65 120.87 237.38 -
System Red Green Blue C M Y K H S L
Decimal 230 1 64 0 1.00 0.72 0.10 343.49 0.99 0.45
Hex E6 1 40 0 64 48 A 157 63 2D
Octal 346 1 100 0 144 110 12 527 143 55
Binary 11100110 1 1000000 0 1100100 1001000 1010 101010111 1100011 101101

Color Harmonies of #E60140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60140

Black with #E60140

Text Example


Text Example

White with #E60140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60140; }

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

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

background-color css

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

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

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

border-color css

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

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

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