Html Css Color HEX #E00937 Crimson

📋 copy color: '#E00937'

red 224 ◦ green 9 ◦ blue 55

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

Shades of Crimson #E00937

Tints of Crimson #E00937

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.13%

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

R = 77.78%
G = 3.13%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E00937 (or 0xE00937) is known color: Crimson. HEX triplet: E0, 09 and 37. RGB value is (224,9,55). Sum of RGB (Red+Green+Blue) = 224+9+55=288 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.78% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 224 - color contains mainly: red. Hex color #E00937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00937 is #1FF6C8. Grayscale: #4E4E4E. Windows color (decimal): -2094793 or 3607008. OLE color: 3607008.

HSL color Cylindrical-coordinate representation of color #E00937: hue angle of 347.16º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00937 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 9 55 -
CMYK 0 0.96 0.75 0.12
HSL 347.16º 0.92% 0.46% -
HSV(B) 347.16º 0.96% 0.88% -
XYZ 31.53 16.32 5.1 -
YUV 78.53 114.73 231.76 -
System Red Green Blue C M Y K H S L
Decimal 224 9 55 0 0.96 0.75 0.12 347.16 0.92 0.46
Hex E0 9 37 0 60 4B C 15B 5C 2E
Octal 340 11 67 0 140 113 14 533 134 56
Binary 11100000 1001 110111 0 1100000 1001011 1100 101011011 1011100 101110

Color Harmonies of #E00937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00937

Black with #E00937

Text Example


Text Example

White with #E00937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00937; }

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

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

background-color css

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

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

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

border-color css

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

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

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