Html Css Color HEX #E1053A Crimson

📋 copy color: '#E1053A'

red 225 ◦ green 5 ◦ blue 58

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

Shades of Crimson #E1053A

Tints of Crimson #E1053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.14%

R = 78.13%
G = 1.74%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1053A (or 0xE1053A) is known color: Crimson. HEX triplet: E1, 05 and 3A. RGB value is (225,5,58). Sum of RGB (Red+Green+Blue) = 225+5+58=288 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.12% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 225 - color contains mainly: red. Hex color #E1053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1053A is #1EFAC5. Grayscale: #4C4C4C. Windows color (decimal): -2030278 or 3802593. OLE color: 3802593.

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

Color convert

RGB 225 5 58 -
CMYK 0 0.98 0.74 0.12
HSL 345.55º 0.96% 0.45% -
HSV(B) 345.55º 0.98% 0.88% -
XYZ 31.87 16.42 5.49 -
YUV 76.82 117.39 233.69 -
System Red Green Blue C M Y K H S L
Decimal 225 5 58 0 0.98 0.74 0.12 345.55 0.96 0.45
Hex E1 5 3A 0 62 4A C 15A 60 2D
Octal 341 5 72 0 142 112 14 532 140 55
Binary 11100001 101 111010 0 1100010 1001010 1100 101011010 1100000 101101

Color Harmonies of #E1053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1053A

Black with #E1053A

Text Example


Text Example

White with #E1053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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