Html Css Color HEX #E10732 Crimson

📋 copy color: '#E10732'

red 225 ◦ green 7 ◦ blue 50

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

Shades of Crimson #E10732

Tints of Crimson #E10732

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.48%

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

R = 79.79%
G = 2.48%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E10732 (or 0xE10732) is known color: Crimson. HEX triplet: E1, 07 and 32. RGB value is (225,7,50). Sum of RGB (Red+Green+Blue) = 225+7+50=282 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.79% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 225 - color contains mainly: red. Hex color #E10732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10732 is #1EF8CD. Grayscale: #4D4D4D. Windows color (decimal): -2029774 or 3278817. OLE color: 3278817.

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

Color convert

RGB 225 7 50 -
CMYK 0 0.97 0.78 0.12
HSL 348.17º 0.94% 0.45% -
HSV(B) 348.17º 0.97% 0.88% -
XYZ 31.7 16.39 4.51 -
YUV 77.08 112.72 233.5 -
System Red Green Blue C M Y K H S L
Decimal 225 7 50 0 0.97 0.78 0.12 348.17 0.94 0.45
Hex E1 7 32 0 61 4E C 15C 5E 2D
Octal 341 7 62 0 141 116 14 534 136 55
Binary 11100001 111 110010 0 1100001 1001110 1100 101011100 1011110 101101

Color Harmonies of #E10732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10732

Black with #E10732

Text Example


Text Example

White with #E10732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10732; }

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

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

background-color css

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

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

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

border-color css

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

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

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