Html Css Color HEX #E6273C Alizarin

📋 copy color: '#E6273C'

red 230 ◦ green 39 ◦ blue 60

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

Shades of Alizarin #E6273C

Tints of Alizarin #E6273C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.24%

R = 69.91%
G = 11.85%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E6273C (or 0xE6273C) is known color: Alizarin. HEX triplet: E6, 27 and 3C. RGB value is (230,39,60). Sum of RGB (Red+Green+Blue) = 230+39+60=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E6273C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6273C is #19D8C3. Grayscale: #626262. Windows color (decimal): -1693892 or 3942374. OLE color: 3942374.

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

Color convert

RGB 230 39 60 -
CMYK 0 0.83 0.74 0.10
HSL 353.4º 0.79% 0.53% -
HSV(B) 353.4º 0.83% 0.9% -
XYZ 34.17 18.6 6.06 -
YUV 98.5 106.28 221.79 -
System Red Green Blue C M Y K H S L
Decimal 230 39 60 0 0.83 0.74 0.10 353.4 0.79 0.53
Hex E6 27 3C 0 53 4A A 161 4F 35
Octal 346 47 74 0 123 112 12 541 117 65
Binary 11100110 100111 111100 0 1010011 1001010 1010 101100001 1001111 110101

Color Harmonies of #E6273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6273C

Black with #E6273C

Text Example


Text Example

White with #E6273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6273C; }

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

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

background-color css

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

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

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

border-color css

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

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

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