Html Css Color HEX #E1042B Crimson

📋 copy color: '#E1042B'

red 225 ◦ green 4 ◦ blue 43

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

Shades of Crimson #E1042B

Tints of Crimson #E1042B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

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

R = 82.72%
G = 1.47%
B = 15.81%

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

#E1042B (or 0xE1042B) is known color: Crimson. HEX triplet: E1, 04 and 2B. RGB value is (225,4,43). Sum of RGB (Red+Green+Blue) = 225+4+43=272 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.72% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 225 - color contains mainly: red. Hex color #E1042B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1042B is #1EFBD4. Grayscale: #4A4A4A. Windows color (decimal): -2030549 or 2819297. OLE color: 2819297.

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

Color convert

RGB 225 4 43 -
CMYK 0 0.98 0.81 0.12
HSL 349.41º 0.97% 0.45% -
HSV(B) 349.41º 0.98% 0.88% -
XYZ 31.53 16.27 3.76 -
YUV 74.53 110.22 235.33 -
System Red Green Blue C M Y K H S L
Decimal 225 4 43 0 0.98 0.81 0.12 349.41 0.97 0.45
Hex E1 4 2B 0 62 51 C 15D 61 2D
Octal 341 4 53 0 142 121 14 535 141 55
Binary 11100001 100 101011 0 1100010 1010001 1100 101011101 1100001 101101

Color Harmonies of #E1042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1042B

Black with #E1042B

Text Example


Text Example

White with #E1042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1042B; }

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

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

background-color css

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

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

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

border-color css

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

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

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