Html Css Color HEX #E1053D Crimson

📋 copy color: '#E1053D'

red 225 ◦ green 5 ◦ blue 61

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

Shades of Crimson #E1053D

Tints of Crimson #E1053D

RGB

 RED value IS 225 (88.28% from 255) = 77.32%

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

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

R = 77.32%
G = 1.72%
B = 20.96%

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

#E1053D (or 0xE1053D) is known color: Crimson. HEX triplet: E1, 05 and 3D. RGB value is (225,5,61). Sum of RGB (Red+Green+Blue) = 225+5+61=291 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.32% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 225 - color contains mainly: red. Hex color #E1053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1053D is #1EFAC2. Grayscale: #4D4D4D. Windows color (decimal): -2030275 or 3999201. OLE color: 3999201.

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

Color convert

RGB 225 5 61 -
CMYK 0 0.98 0.73 0.12
HSL 344.73º 0.96% 0.45% -
HSV(B) 344.73º 0.98% 0.88% -
XYZ 31.95 16.45 5.91 -
YUV 77.16 118.89 233.45 -
System Red Green Blue C M Y K H S L
Decimal 225 5 61 0 0.98 0.73 0.12 344.73 0.96 0.45
Hex E1 5 3D 0 62 49 C 159 60 2D
Octal 341 5 75 0 142 111 14 531 140 55
Binary 11100001 101 111101 0 1100010 1001001 1100 101011001 1100000 101101

Color Harmonies of #E1053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1053D

Black with #E1053D

Text Example


Text Example

White with #E1053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1053D; }

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

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

background-color css

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

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

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

border-color css

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

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

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