Html Css Color HEX #E01537 Crimson

📋 copy color: '#E01537'

red 224 ◦ green 21 ◦ blue 55

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

Shades of Crimson #E01537

Tints of Crimson #E01537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.33%

R = 74.67%
G = 7%
B = 18.33%

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

#E01537 (or 0xE01537) is known color: Crimson. HEX triplet: E0, 15 and 37. RGB value is (224,21,55). Sum of RGB (Red+Green+Blue) = 224+21+55=300 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.67% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 224 - color contains mainly: red. Hex color #E01537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01537 is #1FEAC8. Grayscale: #555555. Windows color (decimal): -2091721 or 3610080. OLE color: 3610080.

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

Color convert

RGB 224 21 55 -
CMYK 0 0.91 0.75 0.12
HSL 349.95º 0.83% 0.48% -
HSV(B) 349.95º 0.91% 0.88% -
XYZ 31.7 16.66 5.16 -
YUV 85.57 110.75 226.74 -
System Red Green Blue C M Y K H S L
Decimal 224 21 55 0 0.91 0.75 0.12 349.95 0.83 0.48
Hex E0 15 37 0 5B 4B C 15E 53 30
Octal 340 25 67 0 133 113 14 536 123 60
Binary 11100000 10101 110111 0 1011011 1001011 1100 101011110 1010011 110000

Color Harmonies of #E01537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01537

Black with #E01537

Text Example


Text Example

White with #E01537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01537; }

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

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

background-color css

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

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

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

border-color css

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

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

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