Html Css Color HEX #E10229 Crimson

📋 copy color: '#E10229'

red 225 ◦ green 2 ◦ blue 41

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

Shades of Crimson #E10229

Tints of Crimson #E10229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.3%

R = 83.96%
G = 0.75%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E10229 (or 0xE10229) is known color: Crimson. HEX triplet: E1, 02 and 29. RGB value is (225,2,41). Sum of RGB (Red+Green+Blue) = 225+2+41=268 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.96% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 225 - color contains mainly: red. Hex color #E10229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10229 is #1EFDD6. Grayscale: #494949. Windows color (decimal): -2031063 or 2687713. OLE color: 2687713.

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

Color convert

RGB 225 2 41 -
CMYK 0 0.99 0.82 0.12
HSL 349.51º 0.98% 0.45% -
HSV(B) 349.51º 0.99% 0.88% -
XYZ 31.47 16.21 3.57 -
YUV 73.12 109.88 236.33 -
System Red Green Blue C M Y K H S L
Decimal 225 2 41 0 0.99 0.82 0.12 349.51 0.98 0.45
Hex E1 2 29 0 63 52 C 15E 62 2D
Octal 341 2 51 0 143 122 14 536 142 55
Binary 11100001 10 101001 0 1100011 1010010 1100 101011110 1100010 101101

Color Harmonies of #E10229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10229

Black with #E10229

Text Example


Text Example

White with #E10229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10229; }

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

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

background-color css

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

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

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

border-color css

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

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

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