Html Css Color HEX #E50225 Crimson

📋 copy color: '#E50225'

red 229 ◦ green 2 ◦ blue 37

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

Shades of Crimson #E50225

Tints of Crimson #E50225

RGB

 RED value IS 229 (89.84% from 255) = 85.45%

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

 BLUE value IS 37 (14.84% from 255) = 13.81%

R = 85.45%
G = 0.75%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E50225 (or 0xE50225) is known color: Crimson. HEX triplet: E5, 02 and 25. RGB value is (229,2,37). Sum of RGB (Red+Green+Blue) = 229+2+37=268 (35% of max value = 765). Red value is 229 (89.84% from 255 or 85.45% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 229 - color contains mainly: red. Hex color #E50225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50225 is #1AFDDA. Grayscale: #494949. Windows color (decimal): -1768923 or 2425573. OLE color: 2425573.

HSL color Cylindrical-coordinate representation of color #E50225: hue angle of 350.75º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50225 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 2 37 -
CMYK 0 0.99 0.84 0.10
HSL 350.75º 0.98% 0.45% -
HSV(B) 350.75º 0.99% 0.9% -
XYZ 32.67 16.84 3.28 -
YUV 73.86 107.21 238.65 -
System Red Green Blue C M Y K H S L
Decimal 229 2 37 0 0.99 0.84 0.10 350.75 0.98 0.45
Hex E5 2 25 0 63 54 A 15F 62 2D
Octal 345 2 45 0 143 124 12 537 142 55
Binary 11100101 10 100101 0 1100011 1010100 1010 101011111 1100010 101101

Color Harmonies of #E50225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50225

Black with #E50225

Text Example


Text Example

White with #E50225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50225; }

 p { color: rgb(229,2,37); }

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

background-color css

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

 a { background-color: rgb(229,2,37); }

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

border-color css

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

 span { border-color: rgb(229,2,37); }

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