Html Css Color HEX #E0154D Crimson

📋 copy color: '#E0154D'

red 224 ◦ green 21 ◦ blue 77

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

Shades of Crimson #E0154D

Tints of Crimson #E0154D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.91%

R = 69.57%
G = 6.52%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0154D (or 0xE0154D) is known color: Crimson. HEX triplet: E0, 15 and 4D. RGB value is (224,21,77). Sum of RGB (Red+Green+Blue) = 224+21+77=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E0154D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0154D is #1FEAB2. Grayscale: #585858. Windows color (decimal): -2091699 or 5051872. OLE color: 5051872.

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

Color convert

RGB 224 21 77 -
CMYK 0 0.91 0.66 0.12
HSL 343.45º 0.83% 0.48% -
HSV(B) 343.45º 0.91% 0.88% -
XYZ 32.35 16.92 8.58 -
YUV 88.08 121.75 224.95 -
System Red Green Blue C M Y K H S L
Decimal 224 21 77 0 0.91 0.66 0.12 343.45 0.83 0.48
Hex E0 15 4D 0 5B 42 C 157 53 30
Octal 340 25 115 0 133 102 14 527 123 60
Binary 11100000 10101 1001101 0 1011011 1000010 1100 101010111 1010011 110000

Color Harmonies of #E0154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0154D

Black with #E0154D

Text Example


Text Example

White with #E0154D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0154D; }

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

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

background-color css

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

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

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

border-color css

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

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

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