Html Css Color HEX #E6272A Alizarin

📋 copy color: '#E6272A'

red 230 ◦ green 39 ◦ blue 42

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

Shades of Alizarin #E6272A

Tints of Alizarin #E6272A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.5%

R = 73.95%
G = 12.54%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E6272A (or 0xE6272A) is known color: Alizarin. HEX triplet: E6, 27 and 2A. RGB value is (230,39,42). Sum of RGB (Red+Green+Blue) = 230+39+42=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E6272A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6272A is #19D8D5. Grayscale: #606060. Windows color (decimal): -1693910 or 2762726. OLE color: 2762726.

HSL color Cylindrical-coordinate representation of color #E6272A: hue angle of 359.06º 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 #E6272A is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 39 42 -
CMYK 0 0.83 0.82 0.10
HSL 359.06º 0.79% 0.53% -
HSV(B) 359.06º 0.83% 0.9% -
XYZ 33.78 18.44 3.97 -
YUV 96.45 97.28 223.26 -
System Red Green Blue C M Y K H S L
Decimal 230 39 42 0 0.83 0.82 0.10 359.06 0.79 0.53
Hex E6 27 2A 0 53 52 A 167 4F 35
Octal 346 47 52 0 123 122 12 547 117 65
Binary 11100110 100111 101010 0 1010011 1010010 1010 101100111 1001111 110101

Color Harmonies of #E6272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6272A

Black with #E6272A

Text Example


Text Example

White with #E6272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6272A; }

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

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

background-color css

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

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

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

border-color css

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

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

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