Html Css Color HEX #E60440 Crimson

📋 copy color: '#E60440'

red 230 ◦ green 4 ◦ blue 64

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

Shades of Crimson #E60440

Tints of Crimson #E60440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.34%

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

R = 77.18%
G = 1.34%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E60440 (or 0xE60440) is known color: Crimson. HEX triplet: E6, 04 and 40. RGB value is (230,4,64). Sum of RGB (Red+Green+Blue) = 230+4+64=298 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.18% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 230 - color contains mainly: red. Hex color #E60440 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60440 is #19FBBF. Grayscale: #4E4E4E. Windows color (decimal): -1702848 or 4195558. OLE color: 4195558.

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

Color convert

RGB 230 4 64 -
CMYK 0 0.98 0.72 0.10
HSL 344.07º 0.97% 0.46% -
HSV(B) 344.07º 0.98% 0.9% -
XYZ 33.6 17.28 6.41 -
YUV 78.41 119.87 236.12 -
System Red Green Blue C M Y K H S L
Decimal 230 4 64 0 0.98 0.72 0.10 344.07 0.97 0.46
Hex E6 4 40 0 62 48 A 158 61 2E
Octal 346 4 100 0 142 110 12 530 141 56
Binary 11100110 100 1000000 0 1100010 1001000 1010 101011000 1100001 101110

Color Harmonies of #E60440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60440

Black with #E60440

Text Example


Text Example

White with #E60440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60440; }

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

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

background-color css

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

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

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

border-color css

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

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

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