Html Css Color HEX #E1052D Crimson

📋 copy color: '#E1052D'

red 225 ◦ green 5 ◦ blue 45

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

Shades of Crimson #E1052D

Tints of Crimson #E1052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.36%

R = 81.82%
G = 1.82%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E1052D (or 0xE1052D) is known color: Crimson. HEX triplet: E1, 05 and 2D. RGB value is (225,5,45). Sum of RGB (Red+Green+Blue) = 225+5+45=275 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.82% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 225 - color contains mainly: red. Hex color #E1052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1052D is #1EFAD2. Grayscale: #4B4B4B. Windows color (decimal): -2030291 or 2950625. OLE color: 2950625.

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

Color convert

RGB 225 5 45 -
CMYK 0 0.98 0.8 0.12
HSL 349.09º 0.96% 0.45% -
HSV(B) 349.09º 0.98% 0.88% -
XYZ 31.58 16.31 3.97 -
YUV 75.34 110.89 234.75 -
System Red Green Blue C M Y K H S L
Decimal 225 5 45 0 0.98 0.8 0.12 349.09 0.96 0.45
Hex E1 5 2D 0 62 50 C 15D 60 2D
Octal 341 5 55 0 142 120 14 535 140 55
Binary 11100001 101 101101 0 1100010 1010000 1100 101011101 1100000 101101

Color Harmonies of #E1052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1052D

Black with #E1052D

Text Example


Text Example

White with #E1052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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