Html Css Color HEX #E0113F Crimson

📋 copy color: '#E0113F'

red 224 ◦ green 17 ◦ blue 63

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

Shades of Crimson #E0113F

Tints of Crimson #E0113F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.59%

 BLUE value IS 63 (25% from 255) = 20.72%

R = 73.68%
G = 5.59%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E0113F (or 0xE0113F) is known color: Crimson. HEX triplet: E0, 11 and 3F. RGB value is (224,17,63). Sum of RGB (Red+Green+Blue) = 224+17+63=304 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.68% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 224 - color contains mainly: red. Hex color #E0113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0113F is #1FEEC0. Grayscale: #545454. Windows color (decimal): -2092737 or 4133344. OLE color: 4133344.

HSL color Cylindrical-coordinate representation of color #E0113F: hue angle of 346.67º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0113F is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 17 63 -
CMYK 0 0.92 0.72 0.12
HSL 346.67º 0.86% 0.47% -
HSV(B) 346.67º 0.92% 0.88% -
XYZ 31.84 16.61 6.23 -
YUV 84.14 116.08 227.76 -
System Red Green Blue C M Y K H S L
Decimal 224 17 63 0 0.92 0.72 0.12 346.67 0.86 0.47
Hex E0 11 3F 0 5C 48 C 15B 56 2F
Octal 340 21 77 0 134 110 14 533 126 57
Binary 11100000 10001 111111 0 1011100 1001000 1100 101011011 1010110 101111

Color Harmonies of #E0113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0113F

Black with #E0113F

Text Example


Text Example

White with #E0113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0113F; }

 p { color: rgb(224,17,63); }

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

background-color css

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

 a { background-color: rgb(224,17,63); }

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

border-color css

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

 span { border-color: rgb(224,17,63); }

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