Html Css Color HEX #E0053D Crimson

📋 copy color: '#E0053D'

red 224 ◦ green 5 ◦ blue 61

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

Shades of Crimson #E0053D

Tints of Crimson #E0053D

RGB

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

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

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

R = 77.24%
G = 1.72%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E0053D (or 0xE0053D) is known color: Crimson. HEX triplet: E0, 05 and 3D. RGB value is (224,5,61). Sum of RGB (Red+Green+Blue) = 224+5+61=290 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.24% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 224 - color contains mainly: red. Hex color #E0053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0053D is #1FFAC2. Grayscale: #4C4C4C. Windows color (decimal): -2095811 or 3999200. OLE color: 3999200.

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

Color convert

RGB 224 5 61 -
CMYK 0 0.98 0.73 0.12
HSL 344.66º 0.96% 0.45% -
HSV(B) 344.66º 0.98% 0.88% -
XYZ 31.64 16.29 5.89 -
YUV 76.87 119.05 232.95 -
System Red Green Blue C M Y K H S L
Decimal 224 5 61 0 0.98 0.73 0.12 344.66 0.96 0.45
Hex E0 5 3D 0 62 49 C 159 60 2D
Octal 340 5 75 0 142 111 14 531 140 55
Binary 11100000 101 111101 0 1100010 1001001 1100 101011001 1100000 101101

Color Harmonies of #E0053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0053D

Black with #E0053D

Text Example


Text Example

White with #E0053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0053D; }

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

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

background-color css

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

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

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

border-color css

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

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

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