#FF2E48

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

Shades of Radical Red #FF2E48

Tints of Radical Red #FF2E48

Color information

#FF2E48 (or 0xFF2E48) is unknown color: approx Radical Red. HEX triplet: FF, 2E and 48. RGB value is (255,46,72). Sum of RGB (Red+Green+Blue) = 255+46+72=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2E48 is #00D1B7. Grayscale: #6F6F6F. Windows color (decimal): -53688 or 4730623. OLE color: 4730623.

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

Color convert

RGB2554672-
CMYK00.820.720
HSL352.54º100%59.02%-
HSV(B)352.54º81.96%100%-
XYZ43.3923.688.42-
YUV111.45105.74230.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68.36%
GREEN value IS 46 (18.36% from 255) = 12.33%
BLUE value IS 72 (28.52% from 255) = 19.30%
R=68.36%
G=12.33%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255467200.820.720352.5410059.02
HexFF2E48052480161643b
Octal377561100122110054114473
Binary11111111101110100100001010010100100001011000011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2E48; }

 p { color: rgb(255,46,72); }

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

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

 a { background-color: rgb(255,46,72); }

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

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

 span { border-color: rgb(255,46,72); }

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