Html Css Color HEX #E40432 Crimson

📋 copy color: '#E40432'

red 228 ◦ green 4 ◦ blue 50

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

Shades of Crimson #E40432

Tints of Crimson #E40432

RGB

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

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

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

R = 80.85%
G = 1.42%
B = 17.73%

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

#E40432 (or 0xE40432) is known color: Crimson. HEX triplet: E4, 04 and 32. RGB value is (228,4,50). Sum of RGB (Red+Green+Blue) = 228+4+50=282 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.85% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 228 - color contains mainly: red. Hex color #E40432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40432 is #1BFBCD. Grayscale: #4C4C4C. Windows color (decimal): -1833934 or 3278052. OLE color: 3278052.

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

Color convert

RGB 228 4 50 -
CMYK 0 0.98 0.78 0.11
HSL 347.68º 0.97% 0.45% -
HSV(B) 347.68º 0.98% 0.89% -
XYZ 32.61 16.81 4.54 -
YUV 76.22 113.21 236.26 -
System Red Green Blue C M Y K H S L
Decimal 228 4 50 0 0.98 0.78 0.11 347.68 0.97 0.45
Hex E4 4 32 0 62 4E B 15C 61 2D
Octal 344 4 62 0 142 116 13 534 141 55
Binary 11100100 100 110010 0 1100010 1001110 1011 101011100 1100001 101101

Color Harmonies of #E40432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40432

Black with #E40432

Text Example


Text Example

White with #E40432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40432; }

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

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

background-color css

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

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

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

border-color css

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

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

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