Html Css Color HEX #E10544 Crimson

📋 copy color: '#E10544'

red 225 ◦ green 5 ◦ blue 68

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

Shades of Crimson #E10544

Tints of Crimson #E10544

RGB

 RED value IS 225 (88.28% from 255) = 75.5%

 GREEN value IS 5 (2.34% from 255) = 1.68%

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

R = 75.5%
G = 1.68%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E10544 (or 0xE10544) is known color: Crimson. HEX triplet: E1, 05 and 44. RGB value is (225,5,68). Sum of RGB (Red+Green+Blue) = 225+5+68=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E10544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10544 is #1EFABB. Grayscale: #4D4D4D. Windows color (decimal): -2030268 or 4457953. OLE color: 4457953.

HSL color Cylindrical-coordinate representation of color #E10544: hue angle of 342.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10544 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 5 68 -
CMYK 0 0.98 0.70 0.12
HSL 342.82º 0.96% 0.45% -
HSV(B) 342.82º 0.98% 0.88% -
XYZ 32.15 16.53 6.97 -
YUV 77.96 122.39 232.88 -
System Red Green Blue C M Y K H S L
Decimal 225 5 68 0 0.98 0.70 0.12 342.82 0.96 0.45
Hex E1 5 44 0 62 46 C 157 60 2D
Octal 341 5 104 0 142 106 14 527 140 55
Binary 11100001 101 1000100 0 1100010 1000110 1100 101010111 1100000 101101

Color Harmonies of #E10544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10544

Black with #E10544

Text Example


Text Example

White with #E10544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10544; }

 p { color: rgb(225,5,68); }

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

background-color css

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

 a { background-color: rgb(225,5,68); }

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

border-color css

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

 span { border-color: rgb(225,5,68); }

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