Html Css Color HEX #E00536 Crimson

📋 copy color: '#E00536'

red 224 ◦ green 5 ◦ blue 54

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

Shades of Crimson #E00536

Tints of Crimson #E00536

RGB

 RED value IS 224 (87.89% from 255) = 79.15%

 GREEN value IS 5 (2.34% from 255) = 1.77%

 BLUE value IS 54 (21.48% from 255) = 19.08%

R = 79.15%
G = 1.77%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E00536 (or 0xE00536) is known color: Crimson. HEX triplet: E0, 05 and 36. RGB value is (224,5,54). Sum of RGB (Red+Green+Blue) = 224+5+54=283 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.15% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 224 - color contains mainly: red. Hex color #E00536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00536 is #1FFAC9. Grayscale: #4C4C4C. Windows color (decimal): -2095818 or 3540448. OLE color: 3540448.

HSL color Cylindrical-coordinate representation of color #E00536: hue angle of 346.58º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00536 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 5 54 -
CMYK 0 0.98 0.76 0.12
HSL 346.58º 0.96% 0.45% -
HSV(B) 346.58º 0.98% 0.88% -
XYZ 31.46 16.22 4.96 -
YUV 76.07 115.55 233.52 -
System Red Green Blue C M Y K H S L
Decimal 224 5 54 0 0.98 0.76 0.12 346.58 0.96 0.45
Hex E0 5 36 0 62 4C C 15B 60 2D
Octal 340 5 66 0 142 114 14 533 140 55
Binary 11100000 101 110110 0 1100010 1001100 1100 101011011 1100000 101101

Color Harmonies of #E00536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00536

Black with #E00536

Text Example


Text Example

White with #E00536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00536; }

 p { color: rgb(224,5,54); }

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

background-color css

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

 a { background-color: rgb(224,5,54); }

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

border-color css

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

 span { border-color: rgb(224,5,54); }

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