#F3243E

Color #F3243E Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #F3243E

Tints of Alizarin #F3243E

Color information

#F3243E (or 0xF3243E) is unknown color: approx Alizarin. HEX triplet: F3, 24 and 3E. RGB value is (243,36,62). Sum of RGB (Red+Green+Blue) = 243+36+62=341 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.26% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 243 - color contains mainly: red. Hex color #F3243E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3243E is #0CDBC1. Grayscale: #646464. Windows color (decimal): -842690 or 4072691. OLE color: 4072691.

HSL color Cylindrical-coordinate representation of color #F3243E: hue angle of 352.46º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F3243E is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB2433662-
CMYK00.850.740.05
HSL352.46º89.61%54.71%-
HSV(B)352.46º85.19%95.29%-
XYZ38.4620.666.52-
YUV100.86106.08229.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 71.26%
GREEN value IS 36 (14.45% from 255) = 10.56%
BLUE value IS 62 (24.61% from 255) = 18.18%
R=71.26%
G=10.56%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243366200.850.740.05352.4689.6154.71
HexF3243E0554A51605a37
Octal36344760125112554013267
Binary111100111001001111100101010110010101011011000001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3243E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3243E; }

 p { color: rgb(243,36,62); }

 H1.HeaderClassName
 {
   color: #F3243E;
 }
 .AnyTagClassName
 {
   color: #F3243E;
 }
</style>
background-color css

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

 a { background-color: rgb(243,36,62); }

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

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

 span { border-color: rgb(243,36,62); }

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