Html Css Color HEX #E50C3D Crimson

📋 copy color: '#E50C3D'

red 229 ◦ green 12 ◦ blue 61

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

Shades of Crimson #E50C3D

Tints of Crimson #E50C3D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.97%

 BLUE value IS 61 (24.22% from 255) = 20.2%

R = 75.83%
G = 3.97%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E50C3D (or 0xE50C3D) is known color: Crimson. HEX triplet: E5, 0C and 3D. RGB value is (229,12,61). Sum of RGB (Red+Green+Blue) = 229+12+61=302 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.83% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50C3D is #1AF3C2. Grayscale: #525252. Windows color (decimal): -1766339 or 4000997. OLE color: 4000997.

HSL color Cylindrical-coordinate representation of color #E50C3D: hue angle of 346.45º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50C3D is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 12 61 -
CMYK 0 0.95 0.73 0.10
HSL 346.45º 0.9% 0.47% -
HSV(B) 346.45º 0.95% 0.9% -
XYZ 33.29 17.26 5.99 -
YUV 82.47 115.89 232.52 -
System Red Green Blue C M Y K H S L
Decimal 229 12 61 0 0.95 0.73 0.10 346.45 0.9 0.47
Hex E5 C 3D 0 5F 49 A 15A 5A 2F
Octal 345 14 75 0 137 111 12 532 132 57
Binary 11100101 1100 111101 0 1011111 1001001 1010 101011010 1011010 101111

Color Harmonies of #E50C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50C3D

Black with #E50C3D

Text Example


Text Example

White with #E50C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50C3D; }

 p { color: rgb(229,12,61); }

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

background-color css

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

 a { background-color: rgb(229,12,61); }

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

border-color css

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

 span { border-color: rgb(229,12,61); }

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