Html Css Color HEX #E10032 Crimson

📋 copy color: '#E10032'

red 225 ◦ green 0 ◦ blue 50

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

Shades of Crimson #E10032

Tints of Crimson #E10032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 50 (19.92% from 255) = 18.18%

R = 81.82%
G = 0%
B = 18.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E10032 (or 0xE10032) is known color: Crimson. HEX triplet: E1, 00 and 32. RGB value is (225,0,50). Sum of RGB (Red+Green+Blue) = 225+0+50=275 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.82% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 225 - color contains mainly: red. Hex color #E10032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10032 is #1EFFCD. Grayscale: #494949. Windows color (decimal): -2031566 or 3277025. OLE color: 3277025.

HSL color Cylindrical-coordinate representation of color #E10032: hue angle of 346.67º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10032 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 0 50 -
CMYK 0 1 0.78 0.12
HSL 346.67º 1% 0.44% -
HSV(B) 346.67º 1% 0.88% -
XYZ 31.63 16.24 4.48 -
YUV 72.98 115.04 236.43 -
System Red Green Blue C M Y K H S L
Decimal 225 0 50 0 1 0.78 0.12 346.67 1 0.44
Hex E1 0 32 0 64 4E C 15B 64 2C
Octal 341 0 62 0 144 116 14 533 144 54
Binary 11100001 0 110010 0 1100100 1001110 1100 101011011 1100100 101100

Color Harmonies of #E10032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10032

Black with #E10032

Text Example


Text Example

White with #E10032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10032; }

 p { color: rgb(225,0,50); }

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

background-color css

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

 a { background-color: rgb(225,0,50); }

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

border-color css

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

 span { border-color: rgb(225,0,50); }

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