Html Css Color HEX #FD314C Radical Red

📋 copy color: '#FD314C'

red 253 ◦ green 49 ◦ blue 76

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

Shades of Radical Red #FD314C

Tints of Radical Red #FD314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.96%

 BLUE value IS 76 (30.08% from 255) = 20.11%

R = 66.93%
G = 12.96%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD314C (or 0xFD314C) is known color: Radical Red. HEX triplet: FD, 31 and 4C. RGB value is (253,49,76). Sum of RGB (Red+Green+Blue) = 253+49+76=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD314C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD314C is #02CEB3. Grayscale: #717171. Windows color (decimal): -183988 or 4993533. OLE color: 4993533.

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

Color convert

RGB 253 49 76 -
CMYK 0 0.81 0.70 0.01
HSL 352.06º 0.98% 0.59% -
HSV(B) 352.06º 0.81% 0.99% -
XYZ 42.91 23.6 9.13 -
YUV 113.07 107.09 227.8 -
System Red Green Blue C M Y K H S L
Decimal 253 49 76 0 0.81 0.70 0.01 352.06 0.98 0.59
Hex FD 31 4C 0 51 46 1 160 62 3B
Octal 375 61 114 0 121 106 1 540 142 73
Binary 11111101 110001 1001100 0 1010001 1000110 1 101100000 1100010 111011

Color Harmonies of #FD314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD314C

Black with #FD314C

Text Example


Text Example

White with #FD314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD314C; }

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

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

background-color css

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

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

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

border-color css

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

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

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