Html Css Color HEX #FF2571 Radical Red

📋 copy color: '#FF2571'

red 255 ◦ green 37 ◦ blue 113

#FF2571
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #FF2571

Tints of Radical Red #FF2571

RGB

 RED value IS 255 (100% from 255) = 62.96%

 GREEN value IS 37 (14.84% from 255) = 9.14%

 BLUE value IS 113 (44.53% from 255) = 27.9%

R = 62.96%
G = 9.14%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF2571 (or 0xFF2571) is known color: Radical Red. HEX triplet: FF, 25 and 71. RGB value is (255,37,113). Sum of RGB (Red+Green+Blue) = 255+37+113=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2571 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2571 is #00DA8E. Grayscale: #6E6E6E. Windows color (decimal): -55951 or 7415295. OLE color: 7415295.

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

Color convert

RGB 255 37 113 -
CMYK 0 0.85 0.56 0
HSL 339.08º 1% 0.57% -
HSV(B) 339.08º 0.85% 1% -
XYZ 44.88 23.78 17.85 -
YUV 110.85 129.22 230.82 -
System Red Green Blue C M Y K H S L
Decimal 255 37 113 0 0.85 0.56 0 339.08 1 0.57
Hex FF 25 71 0 55 38 0 153 64 39
Octal 377 45 161 0 125 70 0 523 144 71
Binary 11111111 100101 1110001 0 1010101 111000 0 101010011 1100100 111001

Color Harmonies of #FF2571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2571

Black with #FF2571

Text Example


Text Example

White with #FF2571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2571; }

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

 H1.HeaderClassName
 {
   color: #FF2571;
 }
 .AnyTagClassName
 {
   color: #FF2571;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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