Html Css Color HEX #E10132 Crimson

📋 copy color: '#E10132'

red 225 ◦ green 1 ◦ blue 50

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

Shades of Crimson #E10132

Tints of Crimson #E10132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 81.52%
G = 0.36%
B = 18.12%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E10132 (or 0xE10132) is known color: Crimson. HEX triplet: E1, 01 and 32. RGB value is (225,1,50). Sum of RGB (Red+Green+Blue) = 225+1+50=276 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.52% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 225 - color contains mainly: red. Hex color #E10132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10132 is #1EFECD. Grayscale: #494949. Windows color (decimal): -2031310 or 3277281. OLE color: 3277281.

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

Color convert

RGB 225 1 50 -
CMYK 0 1.00 0.78 0.12
HSL 346.88º 0.99% 0.44% -
HSV(B) 346.88º 1% 0.88% -
XYZ 31.64 16.26 4.49 -
YUV 73.56 114.71 236.02 -
System Red Green Blue C M Y K H S L
Decimal 225 1 50 0 1.00 0.78 0.12 346.88 0.99 0.44
Hex E1 1 32 0 64 4E C 15B 63 2C
Octal 341 1 62 0 144 116 14 533 143 54
Binary 11100001 1 110010 0 1100100 1001110 1100 101011011 1100011 101100

Color Harmonies of #E10132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10132

Black with #E10132

Text Example


Text Example

White with #E10132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10132; }

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

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

background-color css

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

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

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

border-color css

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

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

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