Html Css Color HEX #E82F3A Alizarin

📋 copy color: '#E82F3A'

red 232 ◦ green 47 ◦ blue 58

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

Shades of Alizarin #E82F3A

Tints of Alizarin #E82F3A

RGB

 RED value IS 232 (91.02% from 255) = 68.84%

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

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

R = 68.84%
G = 13.95%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E82F3A (or 0xE82F3A) is known color: Alizarin. HEX triplet: E8, 2F and 3A. RGB value is (232,47,58). Sum of RGB (Red+Green+Blue) = 232+47+58=337 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.84% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82F3A is #17D0C5. Grayscale: #676767. Windows color (decimal): -1560774 or 3813352. OLE color: 3813352.

HSL color Cylindrical-coordinate representation of color #E82F3A: hue angle of 356.43º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E82F3A is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 47 58 -
CMYK 0 0.80 0.75 0.09
HSL 356.43º 0.8% 0.55% -
HSV(B) 356.43º 0.8% 0.91% -
XYZ 35.06 19.49 5.92 -
YUV 103.57 102.29 219.61 -
System Red Green Blue C M Y K H S L
Decimal 232 47 58 0 0.80 0.75 0.09 356.43 0.8 0.55
Hex E8 2F 3A 0 50 4B 9 164 50 37
Octal 350 57 72 0 120 113 11 544 120 67
Binary 11101000 101111 111010 0 1010000 1001011 1001 101100100 1010000 110111

Color Harmonies of #E82F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82F3A

Black with #E82F3A

Text Example


Text Example

White with #E82F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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