Html Css Color HEX #E01546 Crimson

📋 copy color: '#E01546'

red 224 ◦ green 21 ◦ blue 70

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

Shades of Crimson #E01546

Tints of Crimson #E01546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.22%

R = 71.11%
G = 6.67%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E01546 (or 0xE01546) is known color: Crimson. HEX triplet: E0, 15 and 46. RGB value is (224,21,70). Sum of RGB (Red+Green+Blue) = 224+21+70=315 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.11% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 224 - color contains mainly: red. Hex color #E01546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01546 is #1FEAB9. Grayscale: #575757. Windows color (decimal): -2091706 or 4593120. OLE color: 4593120.

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

Color convert

RGB 224 21 70 -
CMYK 0 0.91 0.69 0.12
HSL 345.52º 0.83% 0.48% -
HSV(B) 345.52º 0.91% 0.88% -
XYZ 32.11 16.83 7.35 -
YUV 87.28 118.25 225.52 -
System Red Green Blue C M Y K H S L
Decimal 224 21 70 0 0.91 0.69 0.12 345.52 0.83 0.48
Hex E0 15 46 0 5B 45 C 15A 53 30
Octal 340 25 106 0 133 105 14 532 123 60
Binary 11100000 10101 1000110 0 1011011 1000101 1100 101011010 1010011 110000

Color Harmonies of #E01546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01546

Black with #E01546

Text Example


Text Example

White with #E01546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01546; }

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

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

background-color css

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

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

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

border-color css

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

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

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