Html Css Color HEX #E01536 Crimson

📋 copy color: '#E01536'

red 224 ◦ green 21 ◦ blue 54

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

Shades of Crimson #E01536

Tints of Crimson #E01536

RGB

 RED value IS 224 (87.89% from 255) = 74.92%

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

 BLUE value IS 54 (21.48% from 255) = 18.06%

R = 74.92%
G = 7.02%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E01536 (or 0xE01536) is known color: Crimson. HEX triplet: E0, 15 and 36. RGB value is (224,21,54). Sum of RGB (Red+Green+Blue) = 224+21+54=299 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.92% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 224 - color contains mainly: red. Hex color #E01536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01536 is #1FEAC9. Grayscale: #555555. Windows color (decimal): -2091722 or 3544544. OLE color: 3544544.

HSL color Cylindrical-coordinate representation of color #E01536: hue angle of 350.25º 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 #E01536 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 21 54 -
CMYK 0 0.91 0.76 0.12
HSL 350.25º 0.83% 0.48% -
HSV(B) 350.25º 0.91% 0.88% -
XYZ 31.67 16.65 5.03 -
YUV 85.46 110.25 226.82 -
System Red Green Blue C M Y K H S L
Decimal 224 21 54 0 0.91 0.76 0.12 350.25 0.83 0.48
Hex E0 15 36 0 5B 4C C 15E 53 30
Octal 340 25 66 0 133 114 14 536 123 60
Binary 11100000 10101 110110 0 1011011 1001100 1100 101011110 1010011 110000

Color Harmonies of #E01536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01536

Black with #E01536

Text Example


Text Example

White with #E01536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01536; }

 p { color: rgb(224,21,54); }

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

background-color css

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

 a { background-color: rgb(224,21,54); }

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

border-color css

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

 span { border-color: rgb(224,21,54); }

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