Html Css Color HEX #FD4C5B Radical Red

📋 copy color: '#FD4C5B'

red 253 ◦ green 76 ◦ blue 91

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

Shades of Radical Red #FD4C5B

Tints of Radical Red #FD4C5B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.1%

 BLUE value IS 91 (35.94% from 255) = 21.67%

R = 60.24%
G = 18.1%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD4C5B (or 0xFD4C5B) is known color: Radical Red. HEX triplet: FD, 4C and 5B. RGB value is (253,76,91). Sum of RGB (Red+Green+Blue) = 253+76+91=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4C5B is #02B3A4. Grayscale: #828282. Windows color (decimal): -177061 or 5983485. OLE color: 5983485.

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

Color convert

RGB 253 76 91 -
CMYK 0 0.70 0.64 0.01
HSL 354.92º 0.98% 0.65% -
HSV(B) 354.92º 0.7% 0.99% -
XYZ 44.98 26.81 12.7 -
YUV 130.63 105.64 215.28 -
System Red Green Blue C M Y K H S L
Decimal 253 76 91 0 0.70 0.64 0.01 354.92 0.98 0.65
Hex FD 4C 5B 0 46 40 1 163 62 41
Octal 375 114 133 0 106 100 1 543 142 101
Binary 11111101 1001100 1011011 0 1000110 1000000 1 101100011 1100010 1000001

Color Harmonies of #FD4C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4C5B

Black with #FD4C5B

Text Example


Text Example

White with #FD4C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4C5B; }

 p { color: rgb(253,76,91); }

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

background-color css

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

 a { background-color: rgb(253,76,91); }

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

border-color css

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

 span { border-color: rgb(253,76,91); }

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