Html Css Color HEX #E10227 Crimson

📋 copy color: '#E10227'

red 225 ◦ green 2 ◦ blue 39

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

Shades of Crimson #E10227

Tints of Crimson #E10227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.66%

R = 84.59%
G = 0.75%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E10227 (or 0xE10227) is known color: Crimson. HEX triplet: E1, 02 and 27. RGB value is (225,2,39). Sum of RGB (Red+Green+Blue) = 225+2+39=266 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.59% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 225 - color contains mainly: red. Hex color #E10227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10227 is #1EFDD8. Grayscale: #484848. Windows color (decimal): -2031065 or 2556641. OLE color: 2556641.

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

Color convert

RGB 225 2 39 -
CMYK 0 0.99 0.83 0.12
HSL 350.04º 0.98% 0.45% -
HSV(B) 350.04º 0.99% 0.88% -
XYZ 31.44 16.2 3.39 -
YUV 72.9 108.88 236.49 -
System Red Green Blue C M Y K H S L
Decimal 225 2 39 0 0.99 0.83 0.12 350.04 0.98 0.45
Hex E1 2 27 0 63 53 C 15E 62 2D
Octal 341 2 47 0 143 123 14 536 142 55
Binary 11100001 10 100111 0 1100011 1010011 1100 101011110 1100010 101101

Color Harmonies of #E10227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10227

Black with #E10227

Text Example


Text Example

White with #E10227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10227; }

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

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

background-color css

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

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

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

border-color css

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

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

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