Html Css Color HEX #E6273A Alizarin

📋 copy color: '#E6273A'

red 230 ◦ green 39 ◦ blue 58

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

Shades of Alizarin #E6273A

Tints of Alizarin #E6273A

RGB

 RED value IS 230 (90.23% from 255) = 70.34%

 GREEN value IS 39 (15.63% from 255) = 11.93%

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

R = 70.34%
G = 11.93%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#E6273A (or 0xE6273A) is known color: Alizarin. HEX triplet: E6, 27 and 3A. RGB value is (230,39,58). Sum of RGB (Red+Green+Blue) = 230+39+58=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E6273A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6273A is #19D8C5. Grayscale: #626262. Windows color (decimal): -1693894 or 3811302. OLE color: 3811302.

HSL color Cylindrical-coordinate representation of color #E6273A: hue angle of 354.03º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E6273A is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 39 58 -
CMYK 0 0.83 0.75 0.10
HSL 354.03º 0.79% 0.53% -
HSV(B) 354.03º 0.83% 0.9% -
XYZ 34.12 18.58 5.79 -
YUV 98.28 105.28 221.96 -
System Red Green Blue C M Y K H S L
Decimal 230 39 58 0 0.83 0.75 0.10 354.03 0.79 0.53
Hex E6 27 3A 0 53 4B A 162 4F 35
Octal 346 47 72 0 123 113 12 542 117 65
Binary 11100110 100111 111010 0 1010011 1001011 1010 101100010 1001111 110101

Color Harmonies of #E6273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6273A

Black with #E6273A

Text Example


Text Example

White with #E6273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6273A; }

 p { color: rgb(230,39,58); }

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

background-color css

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

 a { background-color: rgb(230,39,58); }

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

border-color css

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

 span { border-color: rgb(230,39,58); }

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