Html Css Color HEX #E0153B Crimson

📋 copy color: '#E0153B'

red 224 ◦ green 21 ◦ blue 59

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

Shades of Crimson #E0153B

Tints of Crimson #E0153B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.41%

R = 73.68%
G = 6.91%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E0153B (or 0xE0153B) is known color: Crimson. HEX triplet: E0, 15 and 3B. RGB value is (224,21,59). Sum of RGB (Red+Green+Blue) = 224+21+59=304 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.68% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 224 - color contains mainly: red. Hex color #E0153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0153B is #1FEAC4. Grayscale: #565656. Windows color (decimal): -2091717 or 3872224. OLE color: 3872224.

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

Color convert

RGB 224 21 59 -
CMYK 0 0.91 0.74 0.12
HSL 348.77º 0.83% 0.48% -
HSV(B) 348.77º 0.91% 0.88% -
XYZ 31.8 16.7 5.69 -
YUV 86.03 112.75 226.41 -
System Red Green Blue C M Y K H S L
Decimal 224 21 59 0 0.91 0.74 0.12 348.77 0.83 0.48
Hex E0 15 3B 0 5B 4A C 15D 53 30
Octal 340 25 73 0 133 112 14 535 123 60
Binary 11100000 10101 111011 0 1011011 1001010 1100 101011101 1010011 110000

Color Harmonies of #E0153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0153B

Black with #E0153B

Text Example


Text Example

White with #E0153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0153B; }

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

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

background-color css

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

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

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

border-color css

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

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

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