Html Css Color HEX #E01037 Crimson

📋 copy color: '#E01037'

red 224 ◦ green 16 ◦ blue 55

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

Shades of Crimson #E01037

Tints of Crimson #E01037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.42%

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

R = 75.93%
G = 5.42%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E01037 (or 0xE01037) is known color: Crimson. HEX triplet: E0, 10 and 37. RGB value is (224,16,55). Sum of RGB (Red+Green+Blue) = 224+16+55=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E01037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01037 is #1FEFC8. Grayscale: #525252. Windows color (decimal): -2093001 or 3608800. OLE color: 3608800.

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

Color convert

RGB 224 16 55 -
CMYK 0 0.93 0.75 0.12
HSL 348.75º 0.87% 0.47% -
HSV(B) 348.75º 0.93% 0.88% -
XYZ 31.62 16.49 5.13 -
YUV 82.64 112.41 228.83 -
System Red Green Blue C M Y K H S L
Decimal 224 16 55 0 0.93 0.75 0.12 348.75 0.87 0.47
Hex E0 10 37 0 5D 4B C 15D 57 2F
Octal 340 20 67 0 135 113 14 535 127 57
Binary 11100000 10000 110111 0 1011101 1001011 1100 101011101 1010111 101111

Color Harmonies of #E01037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01037

Black with #E01037

Text Example


Text Example

White with #E01037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01037; }

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

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

background-color css

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

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

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

border-color css

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

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

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