Html Css Color HEX #E01032 Crimson

📋 copy color: '#E01032'

red 224 ◦ green 16 ◦ blue 50

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

Shades of Crimson #E01032

Tints of Crimson #E01032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.24%

R = 77.24%
G = 5.52%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E01032 (or 0xE01032) is known color: Crimson. HEX triplet: E0, 10 and 32. RGB value is (224,16,50). Sum of RGB (Red+Green+Blue) = 224+16+50=290 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.24% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 224 - color contains mainly: red. Hex color #E01032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01032 is #1FEFCD. Grayscale: #525252. Windows color (decimal): -2093006 or 3281120. OLE color: 3281120.

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

Color convert

RGB 224 16 50 -
CMYK 0 0.93 0.78 0.12
HSL 350.19º 0.87% 0.47% -
HSV(B) 350.19º 0.93% 0.88% -
XYZ 31.5 16.45 4.53 -
YUV 82.07 109.91 229.24 -
System Red Green Blue C M Y K H S L
Decimal 224 16 50 0 0.93 0.78 0.12 350.19 0.87 0.47
Hex E0 10 32 0 5D 4E C 15E 57 2F
Octal 340 20 62 0 135 116 14 536 127 57
Binary 11100000 10000 110010 0 1011101 1001110 1100 101011110 1010111 101111

Color Harmonies of #E01032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01032

Black with #E01032

Text Example


Text Example

White with #E01032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01032; }

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

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

background-color css

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

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

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

border-color css

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

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

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