Html Css Color HEX #FD354C Radical Red

📋 copy color: '#FD354C'

red 253 ◦ green 53 ◦ blue 76

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

Shades of Radical Red #FD354C

Tints of Radical Red #FD354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.87%

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

R = 66.23%
G = 13.87%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD354C (or 0xFD354C) is known color: Radical Red. HEX triplet: FD, 35 and 4C. RGB value is (253,53,76). Sum of RGB (Red+Green+Blue) = 253+53+76=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD354C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD354C is #02CAB3. Grayscale: #737373. Windows color (decimal): -182964 or 4994557. OLE color: 4994557.

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

Color convert

RGB 253 53 76 -
CMYK 0 0.79 0.70 0.01
HSL 353.1º 0.98% 0.6% -
HSV(B) 353.1º 0.79% 0.99% -
XYZ 43.09 23.95 9.19 -
YUV 115.42 105.76 226.13 -
System Red Green Blue C M Y K H S L
Decimal 253 53 76 0 0.79 0.70 0.01 353.1 0.98 0.6
Hex FD 35 4C 0 4F 46 1 161 62 3C
Octal 375 65 114 0 117 106 1 541 142 74
Binary 11111101 110101 1001100 0 1001111 1000110 1 101100001 1100010 111100

Color Harmonies of #FD354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD354C

Black with #FD354C

Text Example


Text Example

White with #FD354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD354C; }

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

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

background-color css

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

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

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

border-color css

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

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

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