Html Css Color HEX #E50C33 Crimson

📋 copy color: '#E50C33'

red 229 ◦ green 12 ◦ blue 51

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

Shades of Crimson #E50C33

Tints of Crimson #E50C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.47%

R = 78.42%
G = 4.11%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E50C33 (or 0xE50C33) is known color: Crimson. HEX triplet: E5, 0C and 33. RGB value is (229,12,51). Sum of RGB (Red+Green+Blue) = 229+12+51=292 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.42% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50C33 is #1AF3CC. Grayscale: #515151. Windows color (decimal): -1766349 or 3345637. OLE color: 3345637.

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

Color convert

RGB 229 12 51 -
CMYK 0 0.95 0.78 0.10
HSL 349.22º 0.9% 0.47% -
HSV(B) 349.22º 0.95% 0.9% -
XYZ 33.04 17.16 4.7 -
YUV 81.33 110.89 233.33 -
System Red Green Blue C M Y K H S L
Decimal 229 12 51 0 0.95 0.78 0.10 349.22 0.9 0.47
Hex E5 C 33 0 5F 4E A 15D 5A 2F
Octal 345 14 63 0 137 116 12 535 132 57
Binary 11100101 1100 110011 0 1011111 1001110 1010 101011101 1011010 101111

Color Harmonies of #E50C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50C33

Black with #E50C33

Text Example


Text Example

White with #E50C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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