Html Css Color HEX #E60C3C Crimson

📋 copy color: '#E60C3C'

red 230 ◦ green 12 ◦ blue 60

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

Shades of Crimson #E60C3C

Tints of Crimson #E60C3C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.97%

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

R = 76.16%
G = 3.97%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E60C3C (or 0xE60C3C) is known color: Crimson. HEX triplet: E6, 0C and 3C. RGB value is (230,12,60). Sum of RGB (Red+Green+Blue) = 230+12+60=302 (40% of max value = 765). Red value is 230 (90.23% from 255 or 76.16% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60C3C is #19F3C3. Grayscale: #525252. Windows color (decimal): -1700804 or 3935462. OLE color: 3935462.

HSL color Cylindrical-coordinate representation of color #E60C3C: hue angle of 346.79º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60C3C is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 12 60 -
CMYK 0 0.95 0.74 0.10
HSL 346.79º 0.9% 0.47% -
HSV(B) 346.79º 0.95% 0.9% -
XYZ 33.58 17.41 5.87 -
YUV 82.65 115.22 233.1 -
System Red Green Blue C M Y K H S L
Decimal 230 12 60 0 0.95 0.74 0.10 346.79 0.9 0.47
Hex E6 C 3C 0 5F 4A A 15B 5A 2F
Octal 346 14 74 0 137 112 12 533 132 57
Binary 11100110 1100 111100 0 1011111 1001010 1010 101011011 1011010 101111

Color Harmonies of #E60C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C3C

Black with #E60C3C

Text Example


Text Example

White with #E60C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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