Html Css Color HEX #E51230 Crimson

📋 copy color: '#E51230'

red 229 ◦ green 18 ◦ blue 48

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

Shades of Crimson #E51230

Tints of Crimson #E51230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.27%

R = 77.63%
G = 6.1%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E51230 (or 0xE51230) is known color: Crimson. HEX triplet: E5, 12 and 30. RGB value is (229,18,48). Sum of RGB (Red+Green+Blue) = 229+18+48=295 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.63% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 229 - color contains mainly: red. Hex color #E51230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51230 is #1AEDCF. Grayscale: #545454. Windows color (decimal): -1764816 or 3150565. OLE color: 3150565.

HSL color Cylindrical-coordinate representation of color #E51230: hue angle of 351.47º 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 #E51230 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 18 48 -
CMYK 0 0.92 0.79 0.10
HSL 351.47º 0.85% 0.48% -
HSV(B) 351.47º 0.92% 0.9% -
XYZ 33.06 17.3 4.39 -
YUV 84.51 107.4 231.06 -
System Red Green Blue C M Y K H S L
Decimal 229 18 48 0 0.92 0.79 0.10 351.47 0.85 0.48
Hex E5 12 30 0 5C 4F A 15F 55 30
Octal 345 22 60 0 134 117 12 537 125 60
Binary 11100101 10010 110000 0 1011100 1001111 1010 101011111 1010101 110000

Color Harmonies of #E51230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51230

Black with #E51230

Text Example


Text Example

White with #E51230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51230; }

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

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

background-color css

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

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

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

border-color css

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

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

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