Html Css Color HEX #E1163D Crimson

📋 copy color: '#E1163D'

red 225 ◦ green 22 ◦ blue 61

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

Shades of Crimson #E1163D

Tints of Crimson #E1163D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.81%

R = 73.05%
G = 7.14%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1163D (or 0xE1163D) is known color: Crimson. HEX triplet: E1, 16 and 3D. RGB value is (225,22,61). Sum of RGB (Red+Green+Blue) = 225+22+61=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E1163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1163D is #1EE9C2. Grayscale: #575757. Windows color (decimal): -2025923 or 4003553. OLE color: 4003553.

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

Color convert

RGB 225 22 61 -
CMYK 0 0.90 0.73 0.12
HSL 348.47º 0.82% 0.48% -
HSV(B) 348.47º 0.9% 0.88% -
XYZ 32.18 16.92 5.98 -
YUV 87.14 113.25 226.33 -
System Red Green Blue C M Y K H S L
Decimal 225 22 61 0 0.90 0.73 0.12 348.47 0.82 0.48
Hex E1 16 3D 0 5A 49 C 15C 52 30
Octal 341 26 75 0 132 111 14 534 122 60
Binary 11100001 10110 111101 0 1011010 1001001 1100 101011100 1010010 110000

Color Harmonies of #E1163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1163D

Black with #E1163D

Text Example


Text Example

White with #E1163D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1163D; }

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

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

background-color css

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

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

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

border-color css

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

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

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