#FF3571

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

Shades of Radical Red #FF3571

Tints of Radical Red #FF3571

Color information

#FF3571 (or 0xFF3571) is unknown color: approx Radical Red. HEX triplet: FF, 35 and 71. RGB value is (255,53,113). Sum of RGB (Red+Green+Blue) = 255+53+113=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3571 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3571 is #00CA8E. Grayscale: #787878. Windows color (decimal): -51855 or 7419391. OLE color: 7419391.

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

Color convert

RGB25553113-
CMYK00.790.560
HSL342.18º100%60.39%-
HSV(B)342.18º79.22%100%-
XYZ45.492518.05-
YUV120.24123.92224.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.57%
GREEN value IS 53 (21.09% from 255) = 12.59%
BLUE value IS 113 (44.53% from 255) = 26.84%
R=60.57%
G=12.59%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555311300.790.560342.1810060.39
HexFF357104F380156643c
Octal37765161011770052614474
Binary1111111111010111100010100111111100001010101101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3571; }

 p { color: rgb(255,53,113); }

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

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

 a { background-color: rgb(255,53,113); }

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

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

 span { border-color: rgb(255,53,113); }

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