Html Css Color HEX #E40232 Crimson

📋 copy color: '#E40232'

red 228 ◦ green 2 ◦ blue 50

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

Shades of Crimson #E40232

Tints of Crimson #E40232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 81.43%
G = 0.71%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E40232 (or 0xE40232) is known color: Crimson. HEX triplet: E4, 02 and 32. RGB value is (228,2,50). Sum of RGB (Red+Green+Blue) = 228+2+50=280 (37% of max value = 765). Red value is 228 (89.45% from 255 or 81.43% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 228 - color contains mainly: red. Hex color #E40232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40232 is #1BFDCD. Grayscale: #4B4B4B. Windows color (decimal): -1834446 or 3277540. OLE color: 3277540.

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

Color convert

RGB 228 2 50 -
CMYK 0 0.99 0.78 0.11
HSL 347.26º 0.98% 0.45% -
HSV(B) 347.26º 0.99% 0.89% -
XYZ 32.59 16.77 4.54 -
YUV 75.05 113.87 237.1 -
System Red Green Blue C M Y K H S L
Decimal 228 2 50 0 0.99 0.78 0.11 347.26 0.98 0.45
Hex E4 2 32 0 63 4E B 15B 62 2D
Octal 344 2 62 0 143 116 13 533 142 55
Binary 11100100 10 110010 0 1100011 1001110 1011 101011011 1100010 101101

Color Harmonies of #E40232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40232

Black with #E40232

Text Example


Text Example

White with #E40232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40232; }

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

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

background-color css

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

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

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

border-color css

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

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

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