Html Css Color HEX #E00533 Crimson

📋 copy color: '#E00533'

red 224 ◦ green 5 ◦ blue 51

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

Shades of Crimson #E00533

Tints of Crimson #E00533

RGB

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

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

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

R = 80%
G = 1.79%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E00533 (or 0xE00533) is known color: Crimson. HEX triplet: E0, 05 and 33. RGB value is (224,5,51). Sum of RGB (Red+Green+Blue) = 224+5+51=280 (37% of max value = 765). Red value is 224 (87.89% from 255 or 80% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 224 - color contains mainly: red. Hex color #E00533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00533 is #1FFACC. Grayscale: #4B4B4B. Windows color (decimal): -2095821 or 3343840. OLE color: 3343840.

HSL color Cylindrical-coordinate representation of color #E00533: hue angle of 347.4º 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 #E00533 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 5 51 -
CMYK 0 0.98 0.77 0.12
HSL 347.4º 0.96% 0.45% -
HSV(B) 347.4º 0.98% 0.88% -
XYZ 31.39 16.19 4.6 -
YUV 75.73 114.05 233.76 -
System Red Green Blue C M Y K H S L
Decimal 224 5 51 0 0.98 0.77 0.12 347.4 0.96 0.45
Hex E0 5 33 0 62 4D C 15B 60 2D
Octal 340 5 63 0 142 115 14 533 140 55
Binary 11100000 101 110011 0 1100010 1001101 1100 101011011 1100000 101101

Color Harmonies of #E00533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00533

Black with #E00533

Text Example


Text Example

White with #E00533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00533; }

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

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

background-color css

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

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

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

border-color css

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

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

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