Html Css Color HEX #E6243F Alizarin

📋 copy color: '#E6243F'

red 230 ◦ green 36 ◦ blue 63

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

Shades of Alizarin #E6243F

Tints of Alizarin #E6243F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.94%

 BLUE value IS 63 (25% from 255) = 19.15%

R = 69.91%
G = 10.94%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6243F (or 0xE6243F) is known color: Alizarin. HEX triplet: E6, 24 and 3F. RGB value is (230,36,63). Sum of RGB (Red+Green+Blue) = 230+36+63=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E6243F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6243F is #19DBC0. Grayscale: #616161. Windows color (decimal): -1694657 or 4138214. OLE color: 4138214.

HSL color Cylindrical-coordinate representation of color #E6243F: hue angle of 351.65º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6243F is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 36 63 -
CMYK 0 0.84 0.73 0.10
HSL 351.65º 0.8% 0.52% -
HSV(B) 351.65º 0.84% 0.9% -
XYZ 34.16 18.44 6.46 -
YUV 97.08 108.77 222.8 -
System Red Green Blue C M Y K H S L
Decimal 230 36 63 0 0.84 0.73 0.10 351.65 0.8 0.52
Hex E6 24 3F 0 54 49 A 160 50 34
Octal 346 44 77 0 124 111 12 540 120 64
Binary 11100110 100100 111111 0 1010100 1001001 1010 101100000 1010000 110100

Color Harmonies of #E6243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6243F

Black with #E6243F

Text Example


Text Example

White with #E6243F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6243F; }

 p { color: rgb(230,36,63); }

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

background-color css

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

 a { background-color: rgb(230,36,63); }

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

border-color css

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

 span { border-color: rgb(230,36,63); }

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