#FF4053

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

Shades of Radical Red #FF4053

Tints of Radical Red #FF4053

Color information

#FF4053 (or 0xFF4053) is unknown color: approx Radical Red. HEX triplet: FF, 40 and 53. RGB value is (255,64,83). Sum of RGB (Red+Green+Blue) = 255+64+83=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4053 is #00BFAC. Grayscale: #7B7B7B. Windows color (decimal): -49069 or 5456127. OLE color: 5456127.

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

Color convert

RGB2556483-
CMYK00.750.670
HSL354.03º100%62.55%-
HSV(B)354.03º74.9%100%-
XYZ44.6325.5510.76-
YUV123.28105.28221.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.43%
GREEN value IS 64 (25.39% from 255) = 15.92%
BLUE value IS 83 (32.81% from 255) = 20.65%
R=63.43%
G=15.92%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255648300.750.670354.0310062.55
HexFF405304B430162643f
Octal3771001230113103054214477
Binary111111111000000101001101001011100001101011000101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4053; }

 p { color: rgb(255,64,83); }

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

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

 a { background-color: rgb(255,64,83); }

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

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

 span { border-color: rgb(255,64,83); }

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