Html Css Color HEX #E4053A Crimson

📋 copy color: '#E4053A'

red 228 ◦ green 5 ◦ blue 58

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

Shades of Crimson #E4053A

Tints of Crimson #E4053A

RGB

 RED value IS 228 (89.45% from 255) = 78.35%

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

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

R = 78.35%
G = 1.72%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#E4053A (or 0xE4053A) is known color: Crimson. HEX triplet: E4, 05 and 3A. RGB value is (228,5,58). Sum of RGB (Red+Green+Blue) = 228+5+58=291 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.35% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 228 - color contains mainly: red. Hex color #E4053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4053A is #1BFAC5. Grayscale: #4D4D4D. Windows color (decimal): -1833670 or 3802596. OLE color: 3802596.

HSL color Cylindrical-coordinate representation of color #E4053A: hue angle of 345.74º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E4053A is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 5 58 -
CMYK 0 0.98 0.75 0.11
HSL 345.74º 0.96% 0.46% -
HSV(B) 345.74º 0.98% 0.89% -
XYZ 32.81 16.91 5.54 -
YUV 77.72 116.88 235.19 -
System Red Green Blue C M Y K H S L
Decimal 228 5 58 0 0.98 0.75 0.11 345.74 0.96 0.46
Hex E4 5 3A 0 62 4B B 15A 60 2E
Octal 344 5 72 0 142 113 13 532 140 56
Binary 11100100 101 111010 0 1100010 1001011 1011 101011010 1100000 101110

Color Harmonies of #E4053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4053A

Black with #E4053A

Text Example


Text Example

White with #E4053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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