Html Css Color HEX #E60C44 Crimson

📋 copy color: '#E60C44'

red 230 ◦ green 12 ◦ blue 68

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

Shades of Crimson #E60C44

Tints of Crimson #E60C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.94%

R = 74.19%
G = 3.87%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E60C44 (or 0xE60C44) is known color: Crimson. HEX triplet: E6, 0C and 44. RGB value is (230,12,68). Sum of RGB (Red+Green+Blue) = 230+12+68=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C44 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60C44 is #19F3BB. Grayscale: #535353. Windows color (decimal): -1700796 or 4459750. OLE color: 4459750.

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

Color convert

RGB 230 12 68 -
CMYK 0 0.95 0.70 0.10
HSL 344.59º 0.9% 0.47% -
HSV(B) 344.59º 0.95% 0.9% -
XYZ 33.81 17.5 7.07 -
YUV 83.57 119.22 232.45 -
System Red Green Blue C M Y K H S L
Decimal 230 12 68 0 0.95 0.70 0.10 344.59 0.9 0.47
Hex E6 C 44 0 5F 46 A 159 5A 2F
Octal 346 14 104 0 137 106 12 531 132 57
Binary 11100110 1100 1000100 0 1011111 1000110 1010 101011001 1011010 101111

Color Harmonies of #E60C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C44

Black with #E60C44

Text Example


Text Example

White with #E60C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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