Html Css Color HEX #E5042C Crimson

📋 copy color: '#E5042C'

red 229 ◦ green 4 ◦ blue 44

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

Shades of Crimson #E5042C

Tints of Crimson #E5042C

RGB

 RED value IS 229 (89.84% from 255) = 82.67%

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

 BLUE value IS 44 (17.58% from 255) = 15.88%

R = 82.67%
G = 1.44%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E5042C (or 0xE5042C) is known color: Crimson. HEX triplet: E5, 04 and 2C. RGB value is (229,4,44). Sum of RGB (Red+Green+Blue) = 229+4+44=277 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.67% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 229 - color contains mainly: red. Hex color #E5042C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5042C is #1AFBD3. Grayscale: #4B4B4B. Windows color (decimal): -1768404 or 2884837. OLE color: 2884837.

HSL color Cylindrical-coordinate representation of color #E5042C: hue angle of 349.33º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5042C is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 4 44 -
CMYK 0 0.98 0.81 0.10
HSL 349.33º 0.97% 0.46% -
HSV(B) 349.33º 0.98% 0.9% -
XYZ 32.81 16.93 3.92 -
YUV 75.84 110.04 237.25 -
System Red Green Blue C M Y K H S L
Decimal 229 4 44 0 0.98 0.81 0.10 349.33 0.97 0.46
Hex E5 4 2C 0 62 51 A 15D 61 2E
Octal 345 4 54 0 142 121 12 535 141 56
Binary 11100101 100 101100 0 1100010 1010001 1010 101011101 1100001 101110

Color Harmonies of #E5042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5042C

Black with #E5042C

Text Example


Text Example

White with #E5042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5042C; }

 p { color: rgb(229,4,44); }

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

background-color css

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

 a { background-color: rgb(229,4,44); }

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

border-color css

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

 span { border-color: rgb(229,4,44); }

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