Html Css Color HEX #E10537 Crimson

📋 copy color: '#E10537'

red 225 ◦ green 5 ◦ blue 55

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

Shades of Crimson #E10537

Tints of Crimson #E10537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.3%

R = 78.95%
G = 1.75%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E10537 (or 0xE10537) is known color: Crimson. HEX triplet: E1, 05 and 37. RGB value is (225,5,55). Sum of RGB (Red+Green+Blue) = 225+5+55=285 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.95% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 225 - color contains mainly: red. Hex color #E10537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10537 is #1EFAC8. Grayscale: #4C4C4C. Windows color (decimal): -2030281 or 3605985. OLE color: 3605985.

HSL color Cylindrical-coordinate representation of color #E10537: hue angle of 346.36º 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 #E10537 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 5 55 -
CMYK 0 0.98 0.76 0.12
HSL 346.36º 0.96% 0.45% -
HSV(B) 346.36º 0.98% 0.88% -
XYZ 31.8 16.39 5.1 -
YUV 76.48 115.89 233.93 -
System Red Green Blue C M Y K H S L
Decimal 225 5 55 0 0.98 0.76 0.12 346.36 0.96 0.45
Hex E1 5 37 0 62 4C C 15A 60 2D
Octal 341 5 67 0 142 114 14 532 140 55
Binary 11100001 101 110111 0 1100010 1001100 1100 101011010 1100000 101101

Color Harmonies of #E10537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10537

Black with #E10537

Text Example


Text Example

White with #E10537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10537; }

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

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

background-color css

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

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

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

border-color css

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

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

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