Html Css Color HEX #E30534 Crimson

📋 copy color: '#E30534'

red 227 ◦ green 5 ◦ blue 52

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

Shades of Crimson #E30534

Tints of Crimson #E30534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.31%

R = 79.93%
G = 1.76%
B = 18.31%

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

#E30534 (or 0xE30534) is known color: Crimson. HEX triplet: E3, 05 and 34. RGB value is (227,5,52). Sum of RGB (Red+Green+Blue) = 227+5+52=284 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.93% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 227 - color contains mainly: red. Hex color #E30534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30534 is #1CFACB. Grayscale: #4C4C4C. Windows color (decimal): -1899212 or 3409379. OLE color: 3409379.

HSL color Cylindrical-coordinate representation of color #E30534: hue angle of 347.3º 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 #E30534 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 5 52 -
CMYK 0 0.98 0.77 0.11
HSL 347.3º 0.96% 0.45% -
HSV(B) 347.3º 0.98% 0.89% -
XYZ 32.35 16.69 4.76 -
YUV 76.74 114.05 235.18 -
System Red Green Blue C M Y K H S L
Decimal 227 5 52 0 0.98 0.77 0.11 347.3 0.96 0.45
Hex E3 5 34 0 62 4D B 15B 60 2D
Octal 343 5 64 0 142 115 13 533 140 55
Binary 11100011 101 110100 0 1100010 1001101 1011 101011011 1100000 101101

Color Harmonies of #E30534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30534

Black with #E30534

Text Example


Text Example

White with #E30534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30534; }

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

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

background-color css

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

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

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

border-color css

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

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

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