Html Css Color HEX #E50338 Crimson

📋 copy color: '#E50338'

red 229 ◦ green 3 ◦ blue 56

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

Shades of Crimson #E50338

Tints of Crimson #E50338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.44%

R = 79.51%
G = 1.04%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.10

RGB Variations

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

Color information

#E50338 (or 0xE50338) is known color: Crimson. HEX triplet: E5, 03 and 38. RGB value is (229,3,56). Sum of RGB (Red+Green+Blue) = 229+3+56=288 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.51% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 229 - color contains mainly: red. Hex color #E50338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50338 is #1AFCC7. Grayscale: #4C4C4C. Windows color (decimal): -1768648 or 3671013. OLE color: 3671013.

HSL color Cylindrical-coordinate representation of color #E50338: hue angle of 345.93º 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 #E50338 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 3 56 -
CMYK 0 0.99 0.76 0.10
HSL 345.93º 0.97% 0.45% -
HSV(B) 345.93º 0.99% 0.9% -
XYZ 33.06 17.01 5.28 -
YUV 76.62 116.37 236.69 -
System Red Green Blue C M Y K H S L
Decimal 229 3 56 0 0.99 0.76 0.10 345.93 0.97 0.45
Hex E5 3 38 0 63 4C A 15A 61 2D
Octal 345 3 70 0 143 114 12 532 141 55
Binary 11100101 11 111000 0 1100011 1001100 1010 101011010 1100001 101101

Color Harmonies of #E50338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50338

Black with #E50338

Text Example


Text Example

White with #E50338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50338; }

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

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

background-color css

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

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

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

border-color css

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

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

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