Html Css Color HEX #E42F3B Alizarin

📋 copy color: '#E42F3B'

red 228 ◦ green 47 ◦ blue 59

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

Shades of Alizarin #E42F3B

Tints of Alizarin #E42F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.66%

R = 68.26%
G = 14.07%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E42F3B (or 0xE42F3B) is known color: Alizarin. HEX triplet: E4, 2F and 3B. RGB value is (228,47,59). Sum of RGB (Red+Green+Blue) = 228+47+59=334 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.26% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 228 - color contains mainly: red. Hex color #E42F3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42F3B is #1BD0C4. Grayscale: #666666. Windows color (decimal): -1822917 or 3878884. OLE color: 3878884.

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

Color convert

RGB 228 47 59 -
CMYK 0 0.79 0.74 0.11
HSL 356.02º 0.77% 0.54% -
HSV(B) 356.02º 0.79% 0.89% -
XYZ 33.8 18.84 5.99 -
YUV 102.49 103.47 217.52 -
System Red Green Blue C M Y K H S L
Decimal 228 47 59 0 0.79 0.74 0.11 356.02 0.77 0.54
Hex E4 2F 3B 0 4F 4A B 164 4D 36
Octal 344 57 73 0 117 112 13 544 115 66
Binary 11100100 101111 111011 0 1001111 1001010 1011 101100100 1001101 110110

Color Harmonies of #E42F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42F3B

Black with #E42F3B

Text Example


Text Example

White with #E42F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42F3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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