Html Css Color HEX #E10532 Crimson

📋 copy color: '#E10532'

red 225 ◦ green 5 ◦ blue 50

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

Shades of Crimson #E10532

Tints of Crimson #E10532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

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

R = 80.36%
G = 1.79%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E10532 (or 0xE10532) is known color: Crimson. HEX triplet: E1, 05 and 32. RGB value is (225,5,50). Sum of RGB (Red+Green+Blue) = 225+5+50=280 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.36% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 225 - color contains mainly: red. Hex color #E10532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10532 is #1EFACD. Grayscale: #4B4B4B. Windows color (decimal): -2030286 or 3278305. OLE color: 3278305.

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

Color convert

RGB 225 5 50 -
CMYK 0 0.98 0.78 0.12
HSL 347.73º 0.96% 0.45% -
HSV(B) 347.73º 0.98% 0.88% -
XYZ 31.68 16.35 4.5 -
YUV 75.91 113.39 234.34 -
System Red Green Blue C M Y K H S L
Decimal 225 5 50 0 0.98 0.78 0.12 347.73 0.96 0.45
Hex E1 5 32 0 62 4E C 15C 60 2D
Octal 341 5 62 0 142 116 14 534 140 55
Binary 11100001 101 110010 0 1100010 1001110 1100 101011100 1100000 101101

Color Harmonies of #E10532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10532

Black with #E10532

Text Example


Text Example

White with #E10532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10532; }

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

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

background-color css

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

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

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

border-color css

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

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

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