#FD365E

Color #FD365E Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FD365E

Tints of Radical Red #FD365E

Color information

#FD365E (or 0xFD365E) is unknown color: approx Radical Red. HEX triplet: FD, 36 and 5E. RGB value is (253,54,94). Sum of RGB (Red+Green+Blue) = 253+54+94=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD365E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD365E is #02C9A1. Grayscale: #767676. Windows color (decimal): -182690 or 6174461. OLE color: 6174461.

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

Color convert

RGB2535494-
CMYK00.790.630.01
HSL347.94º98.03%60.2%-
HSV(B)347.94º78.66%99.22%-
XYZ43.8524.3312.97-
YUV118.06114.43224.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 63.09%
GREEN value IS 54 (21.48% from 255) = 13.47%
BLUE value IS 94 (37.11% from 255) = 23.44%
R=63.09%
G=13.47%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253549400.790.630.01347.9498.0360.2
HexFD365E04F3F115c623c
Octal37566136011777153414274
Binary1111110111011010111100100111111111111010111001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD365E; }

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

 H1.HeaderClassName
 {
   color: #FD365E;
 }
 .AnyTagClassName
 {
   color: #FD365E;
 }
</style>
background-color css

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

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

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

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

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

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