Html Css Color HEX #E11635 Crimson

📋 copy color: '#E11635'

red 225 ◦ green 22 ◦ blue 53

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

Shades of Crimson #E11635

Tints of Crimson #E11635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.67%

R = 75%
G = 7.33%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E11635 (or 0xE11635) is known color: Crimson. HEX triplet: E1, 16 and 35. RGB value is (225,22,53). Sum of RGB (Red+Green+Blue) = 225+22+53=300 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 225 - color contains mainly: red. Hex color #E11635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11635 is #1EE9CA. Grayscale: #565656. Windows color (decimal): -2025931 or 3479265. OLE color: 3479265.

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

Color convert

RGB 225 22 53 -
CMYK 0 0.90 0.76 0.12
HSL 350.84º 0.82% 0.48% -
HSV(B) 350.84º 0.9% 0.88% -
XYZ 31.98 16.84 4.93 -
YUV 86.23 109.25 226.98 -
System Red Green Blue C M Y K H S L
Decimal 225 22 53 0 0.90 0.76 0.12 350.84 0.82 0.48
Hex E1 16 35 0 5A 4C C 15F 52 30
Octal 341 26 65 0 132 114 14 537 122 60
Binary 11100001 10110 110101 0 1011010 1001100 1100 101011111 1010010 110000

Color Harmonies of #E11635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11635

Black with #E11635

Text Example


Text Example

White with #E11635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11635; }

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

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

background-color css

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

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

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

border-color css

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

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

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