Html Css Color HEX #E10247 Crimson

📋 copy color: '#E10247'

red 225 ◦ green 2 ◦ blue 71

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

Shades of Crimson #E10247

Tints of Crimson #E10247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 71 (28.13% from 255) = 23.83%

R = 75.5%
G = 0.67%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E10247 (or 0xE10247) is known color: Crimson. HEX triplet: E1, 02 and 47. RGB value is (225,2,71). Sum of RGB (Red+Green+Blue) = 225+2+71=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E10247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10247 is #1EFDB8. Grayscale: #4C4C4C. Windows color (decimal): -2031033 or 4653793. OLE color: 4653793.

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

Color convert

RGB 225 2 71 -
CMYK 0 0.99 0.68 0.12
HSL 341.44º 0.98% 0.45% -
HSV(B) 341.44º 0.99% 0.88% -
XYZ 32.21 16.51 7.45 -
YUV 76.54 124.88 233.89 -
System Red Green Blue C M Y K H S L
Decimal 225 2 71 0 0.99 0.68 0.12 341.44 0.98 0.45
Hex E1 2 47 0 63 44 C 155 62 2D
Octal 341 2 107 0 143 104 14 525 142 55
Binary 11100001 10 1000111 0 1100011 1000100 1100 101010101 1100010 101101

Color Harmonies of #E10247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10247

Black with #E10247

Text Example


Text Example

White with #E10247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10247; }

 p { color: rgb(225,2,71); }

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

background-color css

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

 a { background-color: rgb(225,2,71); }

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

border-color css

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

 span { border-color: rgb(225,2,71); }

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