Html Css Color HEX #E0153E Crimson

📋 copy color: '#E0153E'

red 224 ◦ green 21 ◦ blue 62

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

Shades of Crimson #E0153E

Tints of Crimson #E0153E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.2%

R = 72.96%
G = 6.84%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E0153E (or 0xE0153E) is known color: Crimson. HEX triplet: E0, 15 and 3E. RGB value is (224,21,62). Sum of RGB (Red+Green+Blue) = 224+21+62=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E0153E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0153E is #1FEAC1. Grayscale: #565656. Windows color (decimal): -2091714 or 4068832. OLE color: 4068832.

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

Color convert

RGB 224 21 62 -
CMYK 0 0.91 0.72 0.12
HSL 347.88º 0.83% 0.48% -
HSV(B) 347.88º 0.91% 0.88% -
XYZ 31.88 16.73 6.11 -
YUV 86.37 114.25 226.17 -
System Red Green Blue C M Y K H S L
Decimal 224 21 62 0 0.91 0.72 0.12 347.88 0.83 0.48
Hex E0 15 3E 0 5B 48 C 15C 53 30
Octal 340 25 76 0 133 110 14 534 123 60
Binary 11100000 10101 111110 0 1011011 1001000 1100 101011100 1010011 110000

Color Harmonies of #E0153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0153E

Black with #E0153E

Text Example


Text Example

White with #E0153E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0153E; }

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

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

background-color css

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

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

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

border-color css

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

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

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