Html Css Color HEX #E60F3C Crimson

📋 copy color: '#E60F3C'

red 230 ◦ green 15 ◦ blue 60

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

Shades of Crimson #E60F3C

Tints of Crimson #E60F3C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.92%

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

R = 75.41%
G = 4.92%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E60F3C (or 0xE60F3C) is known color: Crimson. HEX triplet: E6, 0F and 3C. RGB value is (230,15,60). Sum of RGB (Red+Green+Blue) = 230+15+60=305 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.41% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60F3C is #19F0C3. Grayscale: #545454. Windows color (decimal): -1700036 or 3936230. OLE color: 3936230.

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

Color convert

RGB 230 15 60 -
CMYK 0 0.93 0.74 0.10
HSL 347.44º 0.88% 0.48% -
HSV(B) 347.44º 0.93% 0.9% -
XYZ 33.62 17.49 5.88 -
YUV 84.42 114.23 231.84 -
System Red Green Blue C M Y K H S L
Decimal 230 15 60 0 0.93 0.74 0.10 347.44 0.88 0.48
Hex E6 F 3C 0 5D 4A A 15B 58 30
Octal 346 17 74 0 135 112 12 533 130 60
Binary 11100110 1111 111100 0 1011101 1001010 1010 101011011 1011000 110000

Color Harmonies of #E60F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60F3C

Black with #E60F3C

Text Example


Text Example

White with #E60F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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