Html Css Color HEX #FD4C50 Radical Red

📋 copy color: '#FD4C50'

red 253 ◦ green 76 ◦ blue 80

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

Shades of Radical Red #FD4C50

Tints of Radical Red #FD4C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.56%

R = 61.86%
G = 18.58%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD4C50 (or 0xFD4C50) is known color: Radical Red. HEX triplet: FD, 4C and 50. RGB value is (253,76,80). Sum of RGB (Red+Green+Blue) = 253+76+80=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4C50 is #02B3AF. Grayscale: #818181. Windows color (decimal): -177072 or 5262589. OLE color: 5262589.

HSL color Cylindrical-coordinate representation of color #FD4C50: hue angle of 358.64º 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 #FD4C50 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 76 80 -
CMYK 0 0.70 0.68 0.01
HSL 358.64º 0.98% 0.65% -
HSV(B) 358.64º 0.7% 0.99% -
XYZ 44.54 26.63 10.38 -
YUV 129.38 100.14 216.17 -
System Red Green Blue C M Y K H S L
Decimal 253 76 80 0 0.70 0.68 0.01 358.64 0.98 0.65
Hex FD 4C 50 0 46 44 1 167 62 41
Octal 375 114 120 0 106 104 1 547 142 101
Binary 11111101 1001100 1010000 0 1000110 1000100 1 101100111 1100010 1000001

Color Harmonies of #FD4C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4C50

Black with #FD4C50

Text Example


Text Example

White with #FD4C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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