Html Css Color HEX #E30535 Crimson

📋 copy color: '#E30535'

red 227 ◦ green 5 ◦ blue 53

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

Shades of Crimson #E30535

Tints of Crimson #E30535

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

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

R = 79.65%
G = 1.75%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E30535 (or 0xE30535) is known color: Crimson. HEX triplet: E3, 05 and 35. RGB value is (227,5,53). Sum of RGB (Red+Green+Blue) = 227+5+53=285 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.65% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 227 - color contains mainly: red. Hex color #E30535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30535 is #1CFACA. Grayscale: #4C4C4C. Windows color (decimal): -1899211 or 3474915. OLE color: 3474915.

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

Color convert

RGB 227 5 53 -
CMYK 0 0.98 0.77 0.11
HSL 347.03º 0.96% 0.45% -
HSV(B) 347.03º 0.98% 0.89% -
XYZ 32.38 16.7 4.88 -
YUV 76.85 114.55 235.1 -
System Red Green Blue C M Y K H S L
Decimal 227 5 53 0 0.98 0.77 0.11 347.03 0.96 0.45
Hex E3 5 35 0 62 4D B 15B 60 2D
Octal 343 5 65 0 142 115 13 533 140 55
Binary 11100011 101 110101 0 1100010 1001101 1011 101011011 1100000 101101

Color Harmonies of #E30535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30535

Black with #E30535

Text Example


Text Example

White with #E30535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30535; }

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

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

background-color css

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

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

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

border-color css

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

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

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