Html Css Color HEX #E60E42 Crimson

📋 copy color: '#E60E42'

red 230 ◦ green 14 ◦ blue 66

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

Shades of Crimson #E60E42

Tints of Crimson #E60E42

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.52%

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

R = 74.19%
G = 4.52%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E60E42 (or 0xE60E42) is known color: Crimson. HEX triplet: E6, 0E and 42. RGB value is (230,14,66). Sum of RGB (Red+Green+Blue) = 230+14+66=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E60E42 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60E42 is #19F1BD. Grayscale: #545454. Windows color (decimal): -1700286 or 4329190. OLE color: 4329190.

HSL color Cylindrical-coordinate representation of color #E60E42: hue angle of 345.56º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60E42 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 14 66 -
CMYK 0 0.94 0.71 0.10
HSL 345.56º 0.89% 0.48% -
HSV(B) 345.56º 0.94% 0.9% -
XYZ 33.77 17.53 6.76 -
YUV 84.51 117.56 231.77 -
System Red Green Blue C M Y K H S L
Decimal 230 14 66 0 0.94 0.71 0.10 345.56 0.89 0.48
Hex E6 E 42 0 5E 47 A 15A 59 30
Octal 346 16 102 0 136 107 12 532 131 60
Binary 11100110 1110 1000010 0 1011110 1000111 1010 101011010 1011001 110000

Color Harmonies of #E60E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60E42

Black with #E60E42

Text Example


Text Example

White with #E60E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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