Html Css Color HEX #E60E3C Crimson

📋 copy color: '#E60E3C'

red 230 ◦ green 14 ◦ blue 60

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

Shades of Crimson #E60E3C

Tints of Crimson #E60E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.74%

R = 75.66%
G = 4.61%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E60E3C (or 0xE60E3C) is known color: Crimson. HEX triplet: E6, 0E and 3C. RGB value is (230,14,60). Sum of RGB (Red+Green+Blue) = 230+14+60=304 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.66% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 230 - color contains mainly: red. Hex color #E60E3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60E3C is #19F1C3. Grayscale: #535353. Windows color (decimal): -1700292 or 3935974. OLE color: 3935974.

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

Color convert

RGB 230 14 60 -
CMYK 0 0.94 0.74 0.10
HSL 347.22º 0.89% 0.48% -
HSV(B) 347.22º 0.94% 0.9% -
XYZ 33.61 17.46 5.87 -
YUV 83.83 114.56 232.26 -
System Red Green Blue C M Y K H S L
Decimal 230 14 60 0 0.94 0.74 0.10 347.22 0.89 0.48
Hex E6 E 3C 0 5E 4A A 15B 59 30
Octal 346 16 74 0 136 112 12 533 131 60
Binary 11100110 1110 111100 0 1011110 1001010 1010 101011011 1011001 110000

Color Harmonies of #E60E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60E3C

Black with #E60E3C

Text Example


Text Example

White with #E60E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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