Html Css Color HEX #FD2C58 Radical Red

📋 copy color: '#FD2C58'

red 253 ◦ green 44 ◦ blue 88

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

Shades of Radical Red #FD2C58

Tints of Radical Red #FD2C58

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.43%

 BLUE value IS 88 (34.77% from 255) = 22.86%

R = 65.71%
G = 11.43%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FD2C58 (or 0xFD2C58) is known color: Radical Red. HEX triplet: FD, 2C and 58. RGB value is (253,44,88). Sum of RGB (Red+Green+Blue) = 253+44+88=385 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.71% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2C58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2C58 is #02D3A7. Grayscale: #6F6F6F. Windows color (decimal): -185256 or 5778685. OLE color: 5778685.

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

Color convert

RGB 253 44 88 -
CMYK 0 0.83 0.65 0.01
HSL 347.37º 0.98% 0.58% -
HSV(B) 347.37º 0.83% 0.99% -
XYZ 43.17 23.39 11.47 -
YUV 111.51 114.74 228.92 -
System Red Green Blue C M Y K H S L
Decimal 253 44 88 0 0.83 0.65 0.01 347.37 0.98 0.58
Hex FD 2C 58 0 53 41 1 15B 62 3A
Octal 375 54 130 0 123 101 1 533 142 72
Binary 11111101 101100 1011000 0 1010011 1000001 1 101011011 1100010 111010

Color Harmonies of #FD2C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2C58

Black with #FD2C58

Text Example


Text Example

White with #FD2C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2C58; }

 p { color: rgb(253,44,88); }

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

background-color css

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

 a { background-color: rgb(253,44,88); }

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

border-color css

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

 span { border-color: rgb(253,44,88); }

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