Html Css Color HEX #E10336 Crimson

📋 copy color: '#E10336'

red 225 ◦ green 3 ◦ blue 54

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

Shades of Crimson #E10336

Tints of Crimson #E10336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

 BLUE value IS 54 (21.48% from 255) = 19.15%

R = 79.79%
G = 1.06%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E10336 (or 0xE10336) is known color: Crimson. HEX triplet: E1, 03 and 36. RGB value is (225,3,54). Sum of RGB (Red+Green+Blue) = 225+3+54=282 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.79% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 225 - color contains mainly: red. Hex color #E10336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10336 is #1EFCC9. Grayscale: #4B4B4B. Windows color (decimal): -2030794 or 3539937. OLE color: 3539937.

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

Color convert

RGB 225 3 54 -
CMYK 0 0.99 0.76 0.12
HSL 346.22º 0.97% 0.45% -
HSV(B) 346.22º 0.99% 0.88% -
XYZ 31.75 16.34 4.97 -
YUV 75.19 116.05 234.85 -
System Red Green Blue C M Y K H S L
Decimal 225 3 54 0 0.99 0.76 0.12 346.22 0.97 0.45
Hex E1 3 36 0 63 4C C 15A 61 2D
Octal 341 3 66 0 143 114 14 532 141 55
Binary 11100001 11 110110 0 1100011 1001100 1100 101011010 1100001 101101

Color Harmonies of #E10336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10336

Black with #E10336

Text Example


Text Example

White with #E10336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10336; }

 p { color: rgb(225,3,54); }

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

background-color css

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

 a { background-color: rgb(225,3,54); }

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

border-color css

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

 span { border-color: rgb(225,3,54); }

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