Html Css Color HEX #E10231 Crimson

📋 copy color: '#E10231'

red 225 ◦ green 2 ◦ blue 49

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

Shades of Crimson #E10231

Tints of Crimson #E10231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.75%

R = 81.52%
G = 0.72%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E10231 (or 0xE10231) is known color: Crimson. HEX triplet: E1, 02 and 31. RGB value is (225,2,49). Sum of RGB (Red+Green+Blue) = 225+2+49=276 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.52% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 225 - color contains mainly: red. Hex color #E10231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10231 is #1EFDCE. Grayscale: #4A4A4A. Windows color (decimal): -2031055 or 3212001. OLE color: 3212001.

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

Color convert

RGB 225 2 49 -
CMYK 0 0.99 0.78 0.12
HSL 347.35º 0.98% 0.45% -
HSV(B) 347.35º 0.99% 0.88% -
XYZ 31.63 16.27 4.38 -
YUV 74.04 113.88 235.68 -
System Red Green Blue C M Y K H S L
Decimal 225 2 49 0 0.99 0.78 0.12 347.35 0.98 0.45
Hex E1 2 31 0 63 4E C 15B 62 2D
Octal 341 2 61 0 143 116 14 533 142 55
Binary 11100001 10 110001 0 1100011 1001110 1100 101011011 1100010 101101

Color Harmonies of #E10231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10231

Black with #E10231

Text Example


Text Example

White with #E10231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10231; }

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

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

background-color css

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

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

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

border-color css

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

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

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