Html Css Color HEX #E01D45 Crimson

📋 copy color: '#E01D45'

red 224 ◦ green 29 ◦ blue 69

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

Shades of Crimson #E01D45

Tints of Crimson #E01D45

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.01%

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

R = 69.57%
G = 9.01%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E01D45 (or 0xE01D45) is known color: Crimson. HEX triplet: E0, 1D and 45. RGB value is (224,29,69). Sum of RGB (Red+Green+Blue) = 224+29+69=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01D45 is #1FE2BA. Grayscale: #5B5B5B. Windows color (decimal): -2089659 or 4529632. OLE color: 4529632.

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

Color convert

RGB 224 29 69 -
CMYK 0 0.87 0.69 0.12
HSL 347.69º 0.77% 0.5% -
HSV(B) 347.69º 0.87% 0.88% -
XYZ 32.25 17.16 7.24 -
YUV 91.87 115.1 222.25 -
System Red Green Blue C M Y K H S L
Decimal 224 29 69 0 0.87 0.69 0.12 347.69 0.77 0.5
Hex E0 1D 45 0 57 45 C 15C 4D 32
Octal 340 35 105 0 127 105 14 534 115 62
Binary 11100000 11101 1000101 0 1010111 1000101 1100 101011100 1001101 110010

Color Harmonies of #E01D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01D45

Black with #E01D45

Text Example


Text Example

White with #E01D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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