Html Css Color HEX #E50345 Crimson

📋 copy color: '#E50345'

red 229 ◦ green 3 ◦ blue 69

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

Shades of Crimson #E50345

Tints of Crimson #E50345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.92%

R = 76.08%
G = 1%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E50345 (or 0xE50345) is known color: Crimson. HEX triplet: E5, 03 and 45. RGB value is (229,3,69). Sum of RGB (Red+Green+Blue) = 229+3+69=301 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.08% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 229 - color contains mainly: red. Hex color #E50345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50345 is #1AFCBA. Grayscale: #4E4E4E. Windows color (decimal): -1768635 or 4522981. OLE color: 4522981.

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

Color convert

RGB 229 3 69 -
CMYK 0 0.99 0.70 0.10
HSL 342.48º 0.97% 0.45% -
HSV(B) 342.48º 0.99% 0.9% -
XYZ 33.42 17.15 7.18 -
YUV 78.1 122.87 235.63 -
System Red Green Blue C M Y K H S L
Decimal 229 3 69 0 0.99 0.70 0.10 342.48 0.97 0.45
Hex E5 3 45 0 63 46 A 156 61 2D
Octal 345 3 105 0 143 106 12 526 141 55
Binary 11100101 11 1000101 0 1100011 1000110 1010 101010110 1100001 101101

Color Harmonies of #E50345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50345

Black with #E50345

Text Example


Text Example

White with #E50345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50345; }

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

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

background-color css

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

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

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

border-color css

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

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

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