Html Css Color HEX #E00540 Crimson

📋 copy color: '#E00540'

red 224 ◦ green 5 ◦ blue 64

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

Shades of Crimson #E00540

Tints of Crimson #E00540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.84%

R = 76.45%
G = 1.71%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E00540 (or 0xE00540) is known color: Crimson. HEX triplet: E0, 05 and 40. RGB value is (224,5,64). Sum of RGB (Red+Green+Blue) = 224+5+64=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E00540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00540 is #1FFABF. Grayscale: #4D4D4D. Windows color (decimal): -2095808 or 4195808. OLE color: 4195808.

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

Color convert

RGB 224 5 64 -
CMYK 0 0.98 0.71 0.12
HSL 343.84º 0.96% 0.45% -
HSV(B) 343.84º 0.98% 0.88% -
XYZ 31.72 16.33 6.33 -
YUV 77.21 120.55 232.7 -
System Red Green Blue C M Y K H S L
Decimal 224 5 64 0 0.98 0.71 0.12 343.84 0.96 0.45
Hex E0 5 40 0 62 47 C 158 60 2D
Octal 340 5 100 0 142 107 14 530 140 55
Binary 11100000 101 1000000 0 1100010 1000111 1100 101011000 1100000 101101

Color Harmonies of #E00540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00540

Black with #E00540

Text Example


Text Example

White with #E00540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00540; }

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

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

background-color css

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

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

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

border-color css

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

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

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