Html Css Color HEX #E5112A Crimson

📋 copy color: '#E5112A'

red 229 ◦ green 17 ◦ blue 42

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

Shades of Crimson #E5112A

Tints of Crimson #E5112A

RGB

 RED value IS 229 (89.84% from 255) = 79.51%

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

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

R = 79.51%
G = 5.9%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5112A (or 0xE5112A) is known color: Crimson. HEX triplet: E5, 11 and 2A. RGB value is (229,17,42). Sum of RGB (Red+Green+Blue) = 229+17+42=288 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.51% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 229 - color contains mainly: red. Hex color #E5112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5112A is #1AEED5. Grayscale: #535353. Windows color (decimal): -1765078 or 2757093. OLE color: 2757093.

HSL color Cylindrical-coordinate representation of color #E5112A: hue angle of 352.92º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5112A is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 17 42 -
CMYK 0 0.93 0.82 0.10
HSL 352.92º 0.86% 0.48% -
HSV(B) 352.92º 0.93% 0.9% -
XYZ 32.93 17.23 3.78 -
YUV 83.24 104.74 231.97 -
System Red Green Blue C M Y K H S L
Decimal 229 17 42 0 0.93 0.82 0.10 352.92 0.86 0.48
Hex E5 11 2A 0 5D 52 A 161 56 30
Octal 345 21 52 0 135 122 12 541 126 60
Binary 11100101 10001 101010 0 1011101 1010010 1010 101100001 1010110 110000

Color Harmonies of #E5112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5112A

Black with #E5112A

Text Example


Text Example

White with #E5112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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