Html Css Color HEX #E10034 Crimson

📋 copy color: '#E10034'

red 225 ◦ green 0 ◦ blue 52

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

Shades of Crimson #E10034

Tints of Crimson #E10034

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 52 (20.7% from 255) = 18.77%

R = 81.23%
G = 0%
B = 18.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E10034 (or 0xE10034) is known color: Crimson. HEX triplet: E1, 00 and 34. RGB value is (225,0,52). Sum of RGB (Red+Green+Blue) = 225+0+52=277 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.23% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 225 - color contains mainly: red. Hex color #E10034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10034 is #1EFFCB. Grayscale: #494949. Windows color (decimal): -2031564 or 3408097. OLE color: 3408097.

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

Color convert

RGB 225 0 52 -
CMYK 0 1 0.77 0.12
HSL 346.13º 1% 0.44% -
HSV(B) 346.13º 1% 0.88% -
XYZ 31.67 16.26 4.72 -
YUV 73.2 116.04 236.27 -
System Red Green Blue C M Y K H S L
Decimal 225 0 52 0 1 0.77 0.12 346.13 1 0.44
Hex E1 0 34 0 64 4D C 15A 64 2C
Octal 341 0 64 0 144 115 14 532 144 54
Binary 11100001 0 110100 0 1100100 1001101 1100 101011010 1100100 101100

Color Harmonies of #E10034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10034

Black with #E10034

Text Example


Text Example

White with #E10034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10034; }

 p { color: rgb(225,0,52); }

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

background-color css

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

 a { background-color: rgb(225,0,52); }

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

border-color css

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

 span { border-color: rgb(225,0,52); }

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