Html Css Color HEX #E81135 Crimson

📋 copy color: '#E81135'

red 232 ◦ green 17 ◦ blue 53

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

Shades of Crimson #E81135

Tints of Crimson #E81135

RGB

 RED value IS 232 (91.02% from 255) = 76.82%

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

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

R = 76.82%
G = 5.63%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#E81135 (or 0xE81135) is known color: Crimson. HEX triplet: E8, 11 and 35. RGB value is (232,17,53). Sum of RGB (Red+Green+Blue) = 232+17+53=302 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.82% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 232 - color contains mainly: red. Hex color #E81135 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81135 is #17EECA. Grayscale: #555555. Windows color (decimal): -1568459 or 3477992. OLE color: 3477992.

HSL color Cylindrical-coordinate representation of color #E81135: hue angle of 349.95º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E81135 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 17 53 -
CMYK 0 0.93 0.77 0.09
HSL 349.95º 0.86% 0.49% -
HSV(B) 349.95º 0.93% 0.91% -
XYZ 34.12 17.81 5.01 -
YUV 85.39 109.73 232.57 -
System Red Green Blue C M Y K H S L
Decimal 232 17 53 0 0.93 0.77 0.09 349.95 0.86 0.49
Hex E8 11 35 0 5D 4D 9 15E 56 31
Octal 350 21 65 0 135 115 11 536 126 61
Binary 11101000 10001 110101 0 1011101 1001101 1001 101011110 1010110 110001

Color Harmonies of #E81135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81135

Black with #E81135

Text Example


Text Example

White with #E81135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81135; }

 p { color: rgb(232,17,53); }

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

background-color css

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

 a { background-color: rgb(232,17,53); }

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

border-color css

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

 span { border-color: rgb(232,17,53); }

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