Html Css Color HEX #E81335 Crimson

📋 copy color: '#E81335'

red 232 ◦ green 19 ◦ blue 53

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

Shades of Crimson #E81335

Tints of Crimson #E81335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.25%

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

R = 76.32%
G = 6.25%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#E81335 (or 0xE81335) is known color: Crimson. HEX triplet: E8, 13 and 35. RGB value is (232,19,53). Sum of RGB (Red+Green+Blue) = 232+19+53=304 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.32% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 232 - color contains mainly: red. Hex color #E81335 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81335 is #17ECCA. Grayscale: #565656. Windows color (decimal): -1567947 or 3478504. OLE color: 3478504.

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

Color convert

RGB 232 19 53 -
CMYK 0 0.92 0.77 0.09
HSL 350.42º 0.85% 0.49% -
HSV(B) 350.42º 0.92% 0.91% -
XYZ 34.15 17.88 5.02 -
YUV 86.56 109.07 231.74 -
System Red Green Blue C M Y K H S L
Decimal 232 19 53 0 0.92 0.77 0.09 350.42 0.85 0.49
Hex E8 13 35 0 5C 4D 9 15E 55 31
Octal 350 23 65 0 134 115 11 536 125 61
Binary 11101000 10011 110101 0 1011100 1001101 1001 101011110 1010101 110001

Color Harmonies of #E81335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81335

Black with #E81335

Text Example


Text Example

White with #E81335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81335; }

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

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

background-color css

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

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

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

border-color css

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

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

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