Html Css Color HEX #E10239 Crimson

📋 copy color: '#E10239'

red 225 ◦ green 2 ◦ blue 57

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

Shades of Crimson #E10239

Tints of Crimson #E10239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 57 (22.66% from 255) = 20.07%

R = 79.23%
G = 0.7%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E10239 (or 0xE10239) is known color: Crimson. HEX triplet: E1, 02 and 39. RGB value is (225,2,57). Sum of RGB (Red+Green+Blue) = 225+2+57=284 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.23% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 225 - color contains mainly: red. Hex color #E10239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10239 is #1EFDC6. Grayscale: #4A4A4A. Windows color (decimal): -2031047 or 3736289. OLE color: 3736289.

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

Color convert

RGB 225 2 57 -
CMYK 0 0.99 0.75 0.12
HSL 345.2º 0.98% 0.45% -
HSV(B) 345.2º 0.99% 0.88% -
XYZ 31.81 16.35 5.35 -
YUV 74.95 117.88 235.03 -
System Red Green Blue C M Y K H S L
Decimal 225 2 57 0 0.99 0.75 0.12 345.2 0.98 0.45
Hex E1 2 39 0 63 4B C 159 62 2D
Octal 341 2 71 0 143 113 14 531 142 55
Binary 11100001 10 111001 0 1100011 1001011 1100 101011001 1100010 101101

Color Harmonies of #E10239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10239

Black with #E10239

Text Example


Text Example

White with #E10239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10239; }

 p { color: rgb(225,2,57); }

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

background-color css

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

 a { background-color: rgb(225,2,57); }

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

border-color css

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

 span { border-color: rgb(225,2,57); }

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