Html Css Color HEX #E01737 Crimson

📋 copy color: '#E01737'

red 224 ◦ green 23 ◦ blue 55

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

Shades of Crimson #E01737

Tints of Crimson #E01737

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.62%

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

R = 74.17%
G = 7.62%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E01737 (or 0xE01737) is known color: Crimson. HEX triplet: E0, 17 and 37. RGB value is (224,23,55). Sum of RGB (Red+Green+Blue) = 224+23+55=302 (40% of max value = 765). Red value is 224 (87.89% from 255 or 74.17% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 224 - color contains mainly: red. Hex color #E01737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01737 is #1FE8C8. Grayscale: #565656. Windows color (decimal): -2091209 or 3610592. OLE color: 3610592.

HSL color Cylindrical-coordinate representation of color #E01737: hue angle of 350.45º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01737 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 23 55 -
CMYK 0 0.90 0.75 0.12
HSL 350.45º 0.81% 0.48% -
HSV(B) 350.45º 0.9% 0.88% -
XYZ 31.74 16.74 5.17 -
YUV 86.75 110.09 225.9 -
System Red Green Blue C M Y K H S L
Decimal 224 23 55 0 0.90 0.75 0.12 350.45 0.81 0.48
Hex E0 17 37 0 5A 4B C 15E 51 30
Octal 340 27 67 0 132 113 14 536 121 60
Binary 11100000 10111 110111 0 1011010 1001011 1100 101011110 1010001 110000

Color Harmonies of #E01737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01737

Black with #E01737

Text Example


Text Example

White with #E01737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01737; }

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

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

background-color css

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

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

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

border-color css

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

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

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