Html Css Color HEX #E31035 Crimson

📋 copy color: '#E31035'

red 227 ◦ green 16 ◦ blue 53

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

Shades of Crimson #E31035

Tints of Crimson #E31035

RGB

 RED value IS 227 (89.06% from 255) = 76.69%

 GREEN value IS 16 (6.64% from 255) = 5.41%

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

R = 76.69%
G = 5.41%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E31035 (or 0xE31035) is known color: Crimson. HEX triplet: E3, 10 and 35. RGB value is (227,16,53). Sum of RGB (Red+Green+Blue) = 227+16+53=296 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.69% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 227 - color contains mainly: red. Hex color #E31035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31035 is #1CEFCA. Grayscale: #535353. Windows color (decimal): -1896395 or 3477731. OLE color: 3477731.

HSL color Cylindrical-coordinate representation of color #E31035: hue angle of 349.48º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E31035 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 16 53 -
CMYK 0 0.93 0.77 0.11
HSL 349.48º 0.87% 0.48% -
HSV(B) 349.48º 0.93% 0.89% -
XYZ 32.51 16.96 4.93 -
YUV 83.31 110.9 230.49 -
System Red Green Blue C M Y K H S L
Decimal 227 16 53 0 0.93 0.77 0.11 349.48 0.87 0.48
Hex E3 10 35 0 5D 4D B 15D 57 30
Octal 343 20 65 0 135 115 13 535 127 60
Binary 11100011 10000 110101 0 1011101 1001101 1011 101011101 1010111 110000

Color Harmonies of #E31035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31035

Black with #E31035

Text Example


Text Example

White with #E31035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31035; }

 p { color: rgb(227,16,53); }

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

background-color css

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

 a { background-color: rgb(227,16,53); }

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

border-color css

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

 span { border-color: rgb(227,16,53); }

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