Html Css Color HEX #E01547 Crimson

📋 copy color: '#E01547'

red 224 ◦ green 21 ◦ blue 71

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

Shades of Crimson #E01547

Tints of Crimson #E01547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.47%

R = 70.89%
G = 6.65%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E01547 (or 0xE01547) is known color: Crimson. HEX triplet: E0, 15 and 47. RGB value is (224,21,71). Sum of RGB (Red+Green+Blue) = 224+21+71=316 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.89% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 224 - color contains mainly: red. Hex color #E01547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01547 is #1FEAB8. Grayscale: #575757. Windows color (decimal): -2091705 or 4658656. OLE color: 4658656.

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

Color convert

RGB 224 21 71 -
CMYK 0 0.91 0.68 0.12
HSL 345.22º 0.83% 0.48% -
HSV(B) 345.22º 0.91% 0.88% -
XYZ 32.15 16.84 7.52 -
YUV 87.4 118.75 225.43 -
System Red Green Blue C M Y K H S L
Decimal 224 21 71 0 0.91 0.68 0.12 345.22 0.83 0.48
Hex E0 15 47 0 5B 44 C 159 53 30
Octal 340 25 107 0 133 104 14 531 123 60
Binary 11100000 10101 1000111 0 1011011 1000100 1100 101011001 1010011 110000

Color Harmonies of #E01547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01547

Black with #E01547

Text Example


Text Example

White with #E01547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01547; }

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

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

background-color css

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

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

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

border-color css

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

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

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