Html Css Color HEX #FF2371 Radical Red

📋 copy color: '#FF2371'

red 255 ◦ green 35 ◦ blue 113

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

Shades of Radical Red #FF2371

Tints of Radical Red #FF2371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.68%

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

R = 63.28%
G = 8.68%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF2371 (or 0xFF2371) is known color: Radical Red. HEX triplet: FF, 23 and 71. RGB value is (255,35,113). Sum of RGB (Red+Green+Blue) = 255+35+113=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2371 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2371 is #00DC8E. Grayscale: #6D6D6D. Windows color (decimal): -56463 or 7414783. OLE color: 7414783.

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

Color convert

RGB 255 35 113 -
CMYK 0 0.86 0.56 0
HSL 338.73º 1% 0.57% -
HSV(B) 338.73º 0.86% 1% -
XYZ 44.82 23.65 17.83 -
YUV 109.67 129.89 231.66 -
System Red Green Blue C M Y K H S L
Decimal 255 35 113 0 0.86 0.56 0 338.73 1 0.57
Hex FF 23 71 0 56 38 0 153 64 39
Octal 377 43 161 0 126 70 0 523 144 71
Binary 11111111 100011 1110001 0 1010110 111000 0 101010011 1100100 111001

Color Harmonies of #FF2371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2371

Black with #FF2371

Text Example


Text Example

White with #FF2371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2371; }

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

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

background-color css

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

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

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

border-color css

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

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

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