Html Css Color HEX #E50245 Crimson

📋 copy color: '#E50245'

red 229 ◦ green 2 ◦ blue 69

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

Shades of Crimson #E50245

Tints of Crimson #E50245

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 76.33%
G = 0.67%
B = 23%

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

#E50245 (or 0xE50245) is known color: Crimson. HEX triplet: E5, 02 and 45. RGB value is (229,2,69). Sum of RGB (Red+Green+Blue) = 229+2+69=300 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.33% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 229 - color contains mainly: red. Hex color #E50245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50245 is #1AFDBA. Grayscale: #4D4D4D. Windows color (decimal): -1768891 or 4522725. OLE color: 4522725.

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

Color convert

RGB 229 2 69 -
CMYK 0 0.99 0.70 0.10
HSL 342.29º 0.98% 0.45% -
HSV(B) 342.29º 0.99% 0.9% -
XYZ 33.41 17.13 7.18 -
YUV 77.51 123.21 236.05 -
System Red Green Blue C M Y K H S L
Decimal 229 2 69 0 0.99 0.70 0.10 342.29 0.98 0.45
Hex E5 2 45 0 63 46 A 156 62 2D
Octal 345 2 105 0 143 106 12 526 142 55
Binary 11100101 10 1000101 0 1100011 1000110 1010 101010110 1100010 101101

Color Harmonies of #E50245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50245

Black with #E50245

Text Example


Text Example

White with #E50245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50245; }

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

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

background-color css

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

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

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

border-color css

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

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

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