Html Css Color HEX #E50327 Crimson

📋 copy color: '#E50327'

red 229 ◦ green 3 ◦ blue 39

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

Shades of Crimson #E50327

Tints of Crimson #E50327

RGB

 RED value IS 229 (89.84% from 255) = 84.5%

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 39 (15.63% from 255) = 14.39%

R = 84.5%
G = 1.11%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E50327 (or 0xE50327) is known color: Crimson. HEX triplet: E5, 03 and 27. RGB value is (229,3,39). Sum of RGB (Red+Green+Blue) = 229+3+39=271 (35% of max value = 765). Red value is 229 (89.84% from 255 or 84.50% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 229 - color contains mainly: red. Hex color #E50327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50327 is #1AFCD8. Grayscale: #4A4A4A. Windows color (decimal): -1768665 or 2556901. OLE color: 2556901.

HSL color Cylindrical-coordinate representation of color #E50327: hue angle of 350.44º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50327 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 3 39 -
CMYK 0 0.99 0.83 0.10
HSL 350.44º 0.97% 0.45% -
HSV(B) 350.44º 0.99% 0.9% -
XYZ 32.71 16.87 3.45 -
YUV 74.68 107.87 238.07 -
System Red Green Blue C M Y K H S L
Decimal 229 3 39 0 0.99 0.83 0.10 350.44 0.97 0.45
Hex E5 3 27 0 63 53 A 15E 61 2D
Octal 345 3 47 0 143 123 12 536 141 55
Binary 11100101 11 100111 0 1100011 1010011 1010 101011110 1100001 101101

Color Harmonies of #E50327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50327

Black with #E50327

Text Example


Text Example

White with #E50327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50327; }

 p { color: rgb(229,3,39); }

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

background-color css

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

 a { background-color: rgb(229,3,39); }

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

border-color css

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

 span { border-color: rgb(229,3,39); }

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