Html Css Color HEX #E40533 Crimson

📋 copy color: '#E40533'

red 228 ◦ green 5 ◦ blue 51

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

Shades of Crimson #E40533

Tints of Crimson #E40533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.96%

R = 80.28%
G = 1.76%
B = 17.96%

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

#E40533 (or 0xE40533) is known color: Crimson. HEX triplet: E4, 05 and 33. RGB value is (228,5,51). Sum of RGB (Red+Green+Blue) = 228+5+51=284 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.28% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 228 - color contains mainly: red. Hex color #E40533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40533 is #1BFACC. Grayscale: #4C4C4C. Windows color (decimal): -1833677 or 3343844. OLE color: 3343844.

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

Color convert

RGB 228 5 51 -
CMYK 0 0.98 0.78 0.11
HSL 347.62º 0.96% 0.46% -
HSV(B) 347.62º 0.98% 0.89% -
XYZ 32.65 16.84 4.66 -
YUV 76.92 113.38 235.76 -
System Red Green Blue C M Y K H S L
Decimal 228 5 51 0 0.98 0.78 0.11 347.62 0.96 0.46
Hex E4 5 33 0 62 4E B 15C 60 2E
Octal 344 5 63 0 142 116 13 534 140 56
Binary 11100100 101 110011 0 1100010 1001110 1011 101011100 1100000 101110

Color Harmonies of #E40533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40533

Black with #E40533

Text Example


Text Example

White with #E40533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40533; }

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

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

background-color css

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

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

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

border-color css

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

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

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