Html Css Color HEX #FD366C Radical Red

📋 copy color: '#FD366C'

red 253 ◦ green 54 ◦ blue 108

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

Shades of Radical Red #FD366C

Tints of Radical Red #FD366C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.01%

 BLUE value IS 108 (42.58% from 255) = 26.02%

R = 60.96%
G = 13.01%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD366C (or 0xFD366C) is known color: Radical Red. HEX triplet: FD, 36 and 6C. RGB value is (253,54,108). Sum of RGB (Red+Green+Blue) = 253+54+108=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FD366C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD366C is #02C993. Grayscale: #777777. Windows color (decimal): -182676 or 7091965. OLE color: 7091965.

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

Color convert

RGB 253 54 108 -
CMYK 0 0.79 0.57 0.01
HSL 343.72º 0.98% 0.6% -
HSV(B) 343.72º 0.79% 0.99% -
XYZ 44.53 24.6 16.59 -
YUV 119.66 121.43 223.11 -
System Red Green Blue C M Y K H S L
Decimal 253 54 108 0 0.79 0.57 0.01 343.72 0.98 0.6
Hex FD 36 6C 0 4F 39 1 158 62 3C
Octal 375 66 154 0 117 71 1 530 142 74
Binary 11111101 110110 1101100 0 1001111 111001 1 101011000 1100010 111100

Color Harmonies of #FD366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD366C

Black with #FD366C

Text Example


Text Example

White with #FD366C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD366C; }

 p { color: rgb(253,54,108); }

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

background-color css

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

 a { background-color: rgb(253,54,108); }

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

border-color css

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

 span { border-color: rgb(253,54,108); }

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