Html Css Color HEX #E11030 Crimson

📋 copy color: '#E11030'

red 225 ◦ green 16 ◦ blue 48

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

Shades of Crimson #E11030

Tints of Crimson #E11030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.54%

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

R = 77.85%
G = 5.54%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E11030 (or 0xE11030) is known color: Crimson. HEX triplet: E1, 10 and 30. RGB value is (225,16,48). Sum of RGB (Red+Green+Blue) = 225+16+48=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E11030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11030 is #1EEFCF. Grayscale: #525252. Windows color (decimal): -2027472 or 3150049. OLE color: 3150049.

HSL color Cylindrical-coordinate representation of color #E11030: hue angle of 350.81º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E11030 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 16 48 -
CMYK 0 0.93 0.79 0.12
HSL 350.81º 0.87% 0.47% -
HSV(B) 350.81º 0.93% 0.88% -
XYZ 31.77 16.59 4.32 -
YUV 82.14 108.74 229.9 -
System Red Green Blue C M Y K H S L
Decimal 225 16 48 0 0.93 0.79 0.12 350.81 0.87 0.47
Hex E1 10 30 0 5D 4F C 15F 57 2F
Octal 341 20 60 0 135 117 14 537 127 57
Binary 11100001 10000 110000 0 1011101 1001111 1100 101011111 1010111 101111

Color Harmonies of #E11030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11030

Black with #E11030

Text Example


Text Example

White with #E11030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11030; }

 p { color: rgb(225,16,48); }

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

background-color css

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

 a { background-color: rgb(225,16,48); }

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

border-color css

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

 span { border-color: rgb(225,16,48); }

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