Html Css Color HEX #E1052B Crimson

📋 copy color: '#E1052B'

red 225 ◦ green 5 ◦ blue 43

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

Shades of Crimson #E1052B

Tints of Crimson #E1052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.75%

R = 82.42%
G = 1.83%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1052B (or 0xE1052B) is known color: Crimson. HEX triplet: E1, 05 and 2B. RGB value is (225,5,43). Sum of RGB (Red+Green+Blue) = 225+5+43=273 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.42% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 225 - color contains mainly: red. Hex color #E1052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1052B is #1EFAD4. Grayscale: #4B4B4B. Windows color (decimal): -2030293 or 2819553. OLE color: 2819553.

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

Color convert

RGB 225 5 43 -
CMYK 0 0.98 0.81 0.12
HSL 349.64º 0.96% 0.45% -
HSV(B) 349.64º 0.98% 0.88% -
XYZ 31.54 16.29 3.77 -
YUV 75.11 109.89 234.91 -
System Red Green Blue C M Y K H S L
Decimal 225 5 43 0 0.98 0.81 0.12 349.64 0.96 0.45
Hex E1 5 2B 0 62 51 C 15E 60 2D
Octal 341 5 53 0 142 121 14 536 140 55
Binary 11100001 101 101011 0 1100010 1010001 1100 101011110 1100000 101101

Color Harmonies of #E1052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1052B

Black with #E1052B

Text Example


Text Example

White with #E1052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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