Html Css Color HEX #E10331 Crimson

📋 copy color: '#E10331'

red 225 ◦ green 3 ◦ blue 49

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

Shades of Crimson #E10331

Tints of Crimson #E10331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 81.23%
G = 1.08%
B = 17.69%

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

#E10331 (or 0xE10331) is known color: Crimson. HEX triplet: E1, 03 and 31. RGB value is (225,3,49). Sum of RGB (Red+Green+Blue) = 225+3+49=277 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.23% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 225 - color contains mainly: red. Hex color #E10331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10331 is #1EFCCE. Grayscale: #4A4A4A. Windows color (decimal): -2030799 or 3212257. OLE color: 3212257.

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

Color convert

RGB 225 3 49 -
CMYK 0 0.99 0.78 0.12
HSL 347.57º 0.97% 0.45% -
HSV(B) 347.57º 0.99% 0.88% -
XYZ 31.64 16.29 4.38 -
YUV 74.62 113.55 235.26 -
System Red Green Blue C M Y K H S L
Decimal 225 3 49 0 0.99 0.78 0.12 347.57 0.97 0.45
Hex E1 3 31 0 63 4E C 15C 61 2D
Octal 341 3 61 0 143 116 14 534 141 55
Binary 11100001 11 110001 0 1100011 1001110 1100 101011100 1100001 101101

Color Harmonies of #E10331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10331

Black with #E10331

Text Example


Text Example

White with #E10331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10331; }

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

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

background-color css

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

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

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

border-color css

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

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

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