Html Css Color HEX #FD4C54 Radical Red

📋 copy color: '#FD4C54'

red 253 ◦ green 76 ◦ blue 84

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

Shades of Radical Red #FD4C54

Tints of Radical Red #FD4C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.34%

R = 61.26%
G = 18.4%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FD4C54 (or 0xFD4C54) is known color: Radical Red. HEX triplet: FD, 4C and 54. RGB value is (253,76,84). Sum of RGB (Red+Green+Blue) = 253+76+84=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 84 (33.20% from 255 or 20.34% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4C54 is #02B3AB. Grayscale: #818181. Windows color (decimal): -177068 or 5524733. OLE color: 5524733.

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

Color convert

RGB 253 76 84 -
CMYK 0 0.70 0.67 0.01
HSL 357.29º 0.98% 0.65% -
HSV(B) 357.29º 0.7% 0.99% -
XYZ 44.69 26.69 11.18 -
YUV 129.84 102.14 215.85 -
System Red Green Blue C M Y K H S L
Decimal 253 76 84 0 0.70 0.67 0.01 357.29 0.98 0.65
Hex FD 4C 54 0 46 43 1 165 62 41
Octal 375 114 124 0 106 103 1 545 142 101
Binary 11111101 1001100 1010100 0 1000110 1000011 1 101100101 1100010 1000001

Color Harmonies of #FD4C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4C54

Black with #FD4C54

Text Example


Text Example

White with #FD4C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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