Html Css Color HEX #E11534 Crimson

📋 copy color: '#E11534'

red 225 ◦ green 21 ◦ blue 52

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

Shades of Crimson #E11534

Tints of Crimson #E11534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.05%

 BLUE value IS 52 (20.7% from 255) = 17.45%

R = 75.5%
G = 7.05%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E11534 (or 0xE11534) is known color: Crimson. HEX triplet: E1, 15 and 34. RGB value is (225,21,52). Sum of RGB (Red+Green+Blue) = 225+21+52=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E11534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11534 is #1EEACB. Grayscale: #555555. Windows color (decimal): -2026188 or 3413473. OLE color: 3413473.

HSL color Cylindrical-coordinate representation of color #E11534: hue angle of 350.88º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E11534 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 21 52 -
CMYK 0 0.91 0.77 0.12
HSL 350.88º 0.83% 0.48% -
HSV(B) 350.88º 0.91% 0.88% -
XYZ 31.94 16.79 4.81 -
YUV 85.53 109.09 227.48 -
System Red Green Blue C M Y K H S L
Decimal 225 21 52 0 0.91 0.77 0.12 350.88 0.83 0.48
Hex E1 15 34 0 5B 4D C 15F 53 30
Octal 341 25 64 0 133 115 14 537 123 60
Binary 11100001 10101 110100 0 1011011 1001101 1100 101011111 1010011 110000

Color Harmonies of #E11534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11534

Black with #E11534

Text Example


Text Example

White with #E11534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11534; }

 p { color: rgb(225,21,52); }

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

background-color css

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

 a { background-color: rgb(225,21,52); }

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

border-color css

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

 span { border-color: rgb(225,21,52); }

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