Html Css Color HEX #E51235 Crimson

📋 copy color: '#E51235'

red 229 ◦ green 18 ◦ blue 53

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

Shades of Crimson #E51235

Tints of Crimson #E51235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6%

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

R = 76.33%
G = 6%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E51235 (or 0xE51235) is known color: Crimson. HEX triplet: E5, 12 and 35. RGB value is (229,18,53). Sum of RGB (Red+Green+Blue) = 229+18+53=300 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.33% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 229 - color contains mainly: red. Hex color #E51235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51235 is #1AEDCA. Grayscale: #555555. Windows color (decimal): -1764811 or 3478245. OLE color: 3478245.

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

Color convert

RGB 229 18 53 -
CMYK 0 0.92 0.77 0.10
HSL 350.05º 0.85% 0.48% -
HSV(B) 350.05º 0.92% 0.9% -
XYZ 33.17 17.35 4.97 -
YUV 85.08 109.9 230.65 -
System Red Green Blue C M Y K H S L
Decimal 229 18 53 0 0.92 0.77 0.10 350.05 0.85 0.48
Hex E5 12 35 0 5C 4D A 15E 55 30
Octal 345 22 65 0 134 115 12 536 125 60
Binary 11100101 10010 110101 0 1011100 1001101 1010 101011110 1010101 110000

Color Harmonies of #E51235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51235

Black with #E51235

Text Example


Text Example

White with #E51235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51235; }

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

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

background-color css

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

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

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

border-color css

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

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

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