Html Css Color HEX #E42F3A Alizarin

📋 copy color: '#E42F3A'

red 228 ◦ green 47 ◦ blue 58

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

Shades of Alizarin #E42F3A

Tints of Alizarin #E42F3A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.11%

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

R = 68.47%
G = 14.11%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#E42F3A (or 0xE42F3A) is known color: Alizarin. HEX triplet: E4, 2F and 3A. RGB value is (228,47,58). Sum of RGB (Red+Green+Blue) = 228+47+58=333 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.47% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 228 - color contains mainly: red. Hex color #E42F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42F3A is #1BD0C5. Grayscale: #666666. Windows color (decimal): -1822918 or 3813348. OLE color: 3813348.

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

Color convert

RGB 228 47 58 -
CMYK 0 0.79 0.75 0.11
HSL 356.35º 0.77% 0.54% -
HSV(B) 356.35º 0.79% 0.89% -
XYZ 33.78 18.83 5.86 -
YUV 102.37 102.97 217.61 -
System Red Green Blue C M Y K H S L
Decimal 228 47 58 0 0.79 0.75 0.11 356.35 0.77 0.54
Hex E4 2F 3A 0 4F 4B B 164 4D 36
Octal 344 57 72 0 117 113 13 544 115 66
Binary 11100100 101111 111010 0 1001111 1001011 1011 101100100 1001101 110110

Color Harmonies of #E42F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42F3A

Black with #E42F3A

Text Example


Text Example

White with #E42F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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