#FE2D30

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

Shades of Alizarin #FE2D30

Tints of Alizarin #FE2D30

Color information

#FE2D30 (or 0xFE2D30) is unknown color: approx Alizarin. HEX triplet: FE, 2D and 30. RGB value is (254,45,48). Sum of RGB (Red+Green+Blue) = 254+45+48=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2D30 is #01D2CF. Grayscale: #6C6C6C. Windows color (decimal): -119504 or 3157502. OLE color: 3157502.

HSL color Cylindrical-coordinate representation of color #FE2D30: hue angle of 359.14º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2D30 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.00.

Color convert

RGB2544548-
CMYK00.820.810.00
HSL359.14º99.05%58.63%-
HSV(B)359.14º82.28%99.61%-
XYZ42.3423.165.03-
YUV107.8394.24232.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 73.20%
GREEN value IS 45 (17.97% from 255) = 12.97%
BLUE value IS 48 (19.14% from 255) = 13.83%
R=73.20%
G=12.97%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254454800.820.810.00359.1499.0558.63
HexFE2D30052510167633b
Octal37655600122121054714373
Binary1111111010110111000001010010101000101011001111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2D30; }

 p { color: rgb(254,45,48); }

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

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

 a { background-color: rgb(254,45,48); }

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

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

 span { border-color: rgb(254,45,48); }

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