Html Css Color HEX #E01539 Crimson

📋 copy color: '#E01539'

red 224 ◦ green 21 ◦ blue 57

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

Shades of Crimson #E01539

Tints of Crimson #E01539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.87%

R = 74.17%
G = 6.95%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E01539 (or 0xE01539) is known color: Crimson. HEX triplet: E0, 15 and 39. RGB value is (224,21,57). Sum of RGB (Red+Green+Blue) = 224+21+57=302 (40% of max value = 765). Red value is 224 (87.89% from 255 or 74.17% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 224 - color contains mainly: red. Hex color #E01539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01539 is #1FEAC6. Grayscale: #555555. Windows color (decimal): -2091719 or 3741152. OLE color: 3741152.

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

Color convert

RGB 224 21 57 -
CMYK 0 0.91 0.75 0.12
HSL 349.36º 0.83% 0.48% -
HSV(B) 349.36º 0.91% 0.88% -
XYZ 31.75 16.68 5.42 -
YUV 85.8 111.75 226.57 -
System Red Green Blue C M Y K H S L
Decimal 224 21 57 0 0.91 0.75 0.12 349.36 0.83 0.48
Hex E0 15 39 0 5B 4B C 15D 53 30
Octal 340 25 71 0 133 113 14 535 123 60
Binary 11100000 10101 111001 0 1011011 1001011 1100 101011101 1010011 110000

Color Harmonies of #E01539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01539

Black with #E01539

Text Example


Text Example

White with #E01539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01539; }

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

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

background-color css

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

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

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

border-color css

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

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

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