Html Css Color HEX #FD2971 Radical Red

📋 copy color: '#FD2971'

red 253 ◦ green 41 ◦ blue 113

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

Shades of Radical Red #FD2971

Tints of Radical Red #FD2971

RGB

 RED value IS 253 (99.22% from 255) = 62.16%

 GREEN value IS 41 (16.41% from 255) = 10.07%

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

R = 62.16%
G = 10.07%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD2971 (or 0xFD2971) is known color: Radical Red. HEX triplet: FD, 29 and 71. RGB value is (253,41,113). Sum of RGB (Red+Green+Blue) = 253+41+113=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2971 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2971 is #02D68E. Grayscale: #707070. Windows color (decimal): -185999 or 7416317. OLE color: 7416317.

HSL color Cylindrical-coordinate representation of color #FD2971: hue angle of 339.62º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD2971 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 41 113 -
CMYK 0 0.84 0.55 0.01
HSL 339.62º 0.98% 0.58% -
HSV(B) 339.62º 0.84% 0.99% -
XYZ 44.28 23.66 17.86 -
YUV 112.6 128.24 228.15 -
System Red Green Blue C M Y K H S L
Decimal 253 41 113 0 0.84 0.55 0.01 339.62 0.98 0.58
Hex FD 29 71 0 54 37 1 154 62 3A
Octal 375 51 161 0 124 67 1 524 142 72
Binary 11111101 101001 1110001 0 1010100 110111 1 101010100 1100010 111010

Color Harmonies of #FD2971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2971

Black with #FD2971

Text Example


Text Example

White with #FD2971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2971; }

 p { color: rgb(253,41,113); }

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

background-color css

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

 a { background-color: rgb(253,41,113); }

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

border-color css

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

 span { border-color: rgb(253,41,113); }

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