Html Css Color HEX #E11645 Crimson

📋 copy color: '#E11645'

red 225 ◦ green 22 ◦ blue 69

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

Shades of Crimson #E11645

Tints of Crimson #E11645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.84%

R = 71.2%
G = 6.96%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E11645 (or 0xE11645) is known color: Crimson. HEX triplet: E1, 16 and 45. RGB value is (225,22,69). Sum of RGB (Red+Green+Blue) = 225+22+69=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E11645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11645 is #1EE9BA. Grayscale: #585858. Windows color (decimal): -2025915 or 4527841. OLE color: 4527841.

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

Color convert

RGB 225 22 69 -
CMYK 0 0.90 0.69 0.12
HSL 346.11º 0.82% 0.48% -
HSV(B) 346.11º 0.9% 0.88% -
XYZ 32.41 17.01 7.21 -
YUV 88.06 117.25 225.68 -
System Red Green Blue C M Y K H S L
Decimal 225 22 69 0 0.90 0.69 0.12 346.11 0.82 0.48
Hex E1 16 45 0 5A 45 C 15A 52 30
Octal 341 26 105 0 132 105 14 532 122 60
Binary 11100001 10110 1000101 0 1011010 1000101 1100 101011010 1010010 110000

Color Harmonies of #E11645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11645

Black with #E11645

Text Example


Text Example

White with #E11645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11645; }

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

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

background-color css

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

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

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

border-color css

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

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

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