Html Css Color HEX #E01545 Crimson

📋 copy color: '#E01545'

red 224 ◦ green 21 ◦ blue 69

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

Shades of Crimson #E01545

Tints of Crimson #E01545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.97%

R = 71.34%
G = 6.69%
B = 21.97%

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

#E01545 (or 0xE01545) is known color: Crimson. HEX triplet: E0, 15 and 45. RGB value is (224,21,69). Sum of RGB (Red+Green+Blue) = 224+21+69=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E01545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01545 is #1FEABA. Grayscale: #575757. Windows color (decimal): -2091707 or 4527584. OLE color: 4527584.

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

Color convert

RGB 224 21 69 -
CMYK 0 0.91 0.69 0.12
HSL 345.81º 0.83% 0.48% -
HSV(B) 345.81º 0.91% 0.88% -
XYZ 32.08 16.81 7.18 -
YUV 87.17 117.75 225.6 -
System Red Green Blue C M Y K H S L
Decimal 224 21 69 0 0.91 0.69 0.12 345.81 0.83 0.48
Hex E0 15 45 0 5B 45 C 15A 53 30
Octal 340 25 105 0 133 105 14 532 123 60
Binary 11100000 10101 1000101 0 1011011 1000101 1100 101011010 1010011 110000

Color Harmonies of #E01545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01545

Black with #E01545

Text Example


Text Example

White with #E01545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01545; }

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

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

background-color css

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

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

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

border-color css

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

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

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