Html Css Color HEX #E0112A Crimson

📋 copy color: '#E0112A'

red 224 ◦ green 17 ◦ blue 42

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

Shades of Crimson #E0112A

Tints of Crimson #E0112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.84%

R = 79.15%
G = 6.01%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0112A (or 0xE0112A) is known color: Crimson. HEX triplet: E0, 11 and 2A. RGB value is (224,17,42). Sum of RGB (Red+Green+Blue) = 224+17+42=283 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.15% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 224 - color contains mainly: red. Hex color #E0112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0112A is #1FEED5. Grayscale: #515151. Windows color (decimal): -2092758 or 2757088. OLE color: 2757088.

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

Color convert

RGB 224 17 42 -
CMYK 0 0.92 0.81 0.12
HSL 352.75º 0.86% 0.47% -
HSV(B) 352.75º 0.92% 0.88% -
XYZ 31.36 16.42 3.71 -
YUV 81.74 105.58 229.47 -
System Red Green Blue C M Y K H S L
Decimal 224 17 42 0 0.92 0.81 0.12 352.75 0.86 0.47
Hex E0 11 2A 0 5C 51 C 161 56 2F
Octal 340 21 52 0 134 121 14 541 126 57
Binary 11100000 10001 101010 0 1011100 1010001 1100 101100001 1010110 101111

Color Harmonies of #E0112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0112A

Black with #E0112A

Text Example


Text Example

White with #E0112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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