#F3283E

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

Shades of Alizarin #F3283E

Tints of Alizarin #F3283E

Color information

#F3283E (or 0xF3283E) is unknown color: approx Alizarin. HEX triplet: F3, 28 and 3E. RGB value is (243,40,62). Sum of RGB (Red+Green+Blue) = 243+40+62=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F3283E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3283E is #0CD7C1. Grayscale: #676767. Windows color (decimal): -841666 or 4073715. OLE color: 4073715.

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

Color convert

RGB2434062-
CMYK00.840.740.05
HSL353.5º89.43%55.49%-
HSV(B)353.5º83.54%95.29%-
XYZ38.5920.926.56-
YUV103.2104.75227.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 70.43%
GREEN value IS 40 (16.02% from 255) = 11.59%
BLUE value IS 62 (24.61% from 255) = 17.97%
R=70.43%
G=11.59%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243406200.840.740.05353.589.4355.49
HexF3283E0544A51615937
Octal36350760124112554113167
Binary111100111010001111100101010010010101011011000011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3283E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3283E; }

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

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

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

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

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

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

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

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