Html Css Color HEX #E1163A Crimson

📋 copy color: '#E1163A'

red 225 ◦ green 22 ◦ blue 58

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

Shades of Crimson #E1163A

Tints of Crimson #E1163A

RGB

 RED value IS 225 (88.28% from 255) = 73.77%

 GREEN value IS 22 (8.98% from 255) = 7.21%

 BLUE value IS 58 (23.05% from 255) = 19.02%

R = 73.77%
G = 7.21%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1163A (or 0xE1163A) is known color: Crimson. HEX triplet: E1, 16 and 3A. RGB value is (225,22,58). Sum of RGB (Red+Green+Blue) = 225+22+58=305 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.77% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 225 - color contains mainly: red. Hex color #E1163A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1163A is #1EE9C5. Grayscale: #565656. Windows color (decimal): -2025926 or 3806945. OLE color: 3806945.

HSL color Cylindrical-coordinate representation of color #E1163A: hue angle of 349.36º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1163A is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 22 58 -
CMYK 0 0.90 0.74 0.12
HSL 349.36º 0.82% 0.48% -
HSV(B) 349.36º 0.9% 0.88% -
XYZ 32.1 16.89 5.57 -
YUV 86.8 111.75 226.57 -
System Red Green Blue C M Y K H S L
Decimal 225 22 58 0 0.90 0.74 0.12 349.36 0.82 0.48
Hex E1 16 3A 0 5A 4A C 15D 52 30
Octal 341 26 72 0 132 112 14 535 122 60
Binary 11100001 10110 111010 0 1011010 1001010 1100 101011101 1010010 110000

Color Harmonies of #E1163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1163A

Black with #E1163A

Text Example


Text Example

White with #E1163A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1163A; }

 p { color: rgb(225,22,58); }

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

background-color css

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

 a { background-color: rgb(225,22,58); }

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

border-color css

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

 span { border-color: rgb(225,22,58); }

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