Html Css Color HEX #E60C40 Crimson

📋 copy color: '#E60C40'

red 230 ◦ green 12 ◦ blue 64

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

Shades of Crimson #E60C40

Tints of Crimson #E60C40

RGB

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

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

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

R = 75.16%
G = 3.92%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E60C40 (or 0xE60C40) is known color: Crimson. HEX triplet: E6, 0C and 40. RGB value is (230,12,64). Sum of RGB (Red+Green+Blue) = 230+12+64=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60C40 is #19F3BF. Grayscale: #535353. Windows color (decimal): -1700800 or 4197606. OLE color: 4197606.

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

Color convert

RGB 230 12 64 -
CMYK 0 0.95 0.72 0.10
HSL 345.69º 0.9% 0.47% -
HSV(B) 345.69º 0.95% 0.9% -
XYZ 33.69 17.46 6.44 -
YUV 83.11 117.22 232.77 -
System Red Green Blue C M Y K H S L
Decimal 230 12 64 0 0.95 0.72 0.10 345.69 0.9 0.47
Hex E6 C 40 0 5F 48 A 15A 5A 2F
Octal 346 14 100 0 137 110 12 532 132 57
Binary 11100110 1100 1000000 0 1011111 1001000 1010 101011010 1011010 101111

Color Harmonies of #E60C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C40

Black with #E60C40

Text Example


Text Example

White with #E60C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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