Html Css Color HEX #E40532 Crimson

📋 copy color: '#E40532'

red 228 ◦ green 5 ◦ blue 50

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

Shades of Crimson #E40532

Tints of Crimson #E40532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.67%

R = 80.57%
G = 1.77%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E40532 (or 0xE40532) is known color: Crimson. HEX triplet: E4, 05 and 32. RGB value is (228,5,50). Sum of RGB (Red+Green+Blue) = 228+5+50=283 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.57% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 228 - color contains mainly: red. Hex color #E40532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40532 is #1BFACD. Grayscale: #4C4C4C. Windows color (decimal): -1833678 or 3278308. OLE color: 3278308.

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

Color convert

RGB 228 5 50 -
CMYK 0 0.98 0.78 0.11
HSL 347.89º 0.96% 0.46% -
HSV(B) 347.89º 0.98% 0.89% -
XYZ 32.62 16.83 4.55 -
YUV 76.81 112.88 235.84 -
System Red Green Blue C M Y K H S L
Decimal 228 5 50 0 0.98 0.78 0.11 347.89 0.96 0.46
Hex E4 5 32 0 62 4E B 15C 60 2E
Octal 344 5 62 0 142 116 13 534 140 56
Binary 11100100 101 110010 0 1100010 1001110 1011 101011100 1100000 101110

Color Harmonies of #E40532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40532

Black with #E40532

Text Example


Text Example

White with #E40532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40532; }

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

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

background-color css

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

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

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

border-color css

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

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

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