Html Css Color HEX #E51935 Crimson

📋 copy color: '#E51935'

red 229 ◦ green 25 ◦ blue 53

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

Shades of Crimson #E51935

Tints of Crimson #E51935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.14%

 BLUE value IS 53 (21.09% from 255) = 17.26%

R = 74.59%
G = 8.14%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E51935 (or 0xE51935) is known color: Crimson. HEX triplet: E5, 19 and 35. RGB value is (229,25,53). Sum of RGB (Red+Green+Blue) = 229+25+53=307 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.59% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 229 - color contains mainly: red. Hex color #E51935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51935 is #1AE6CA. Grayscale: #595959. Windows color (decimal): -1763019 or 3480037. OLE color: 3480037.

HSL color Cylindrical-coordinate representation of color #E51935: hue angle of 351.76º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51935 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 25 53 -
CMYK 0 0.89 0.77 0.10
HSL 351.76º 0.8% 0.5% -
HSV(B) 351.76º 0.89% 0.9% -
XYZ 33.3 17.61 5.01 -
YUV 89.19 107.59 227.72 -
System Red Green Blue C M Y K H S L
Decimal 229 25 53 0 0.89 0.77 0.10 351.76 0.8 0.5
Hex E5 19 35 0 59 4D A 160 50 32
Octal 345 31 65 0 131 115 12 540 120 62
Binary 11100101 11001 110101 0 1011001 1001101 1010 101100000 1010000 110010

Color Harmonies of #E51935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51935

Black with #E51935

Text Example


Text Example

White with #E51935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51935; }

 p { color: rgb(229,25,53); }

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

background-color css

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

 a { background-color: rgb(229,25,53); }

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

border-color css

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

 span { border-color: rgb(229,25,53); }

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