Html Css Color HEX #FD365C Radical Red

📋 copy color: '#FD365C'

red 253 ◦ green 54 ◦ blue 92

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

Shades of Radical Red #FD365C

Tints of Radical Red #FD365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.06%

R = 63.41%
G = 13.53%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD365C (or 0xFD365C) is known color: Radical Red. HEX triplet: FD, 36 and 5C. RGB value is (253,54,92). Sum of RGB (Red+Green+Blue) = 253+54+92=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD365C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD365C is #02C9A3. Grayscale: #757575. Windows color (decimal): -182692 or 6043389. OLE color: 6043389.

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

Color convert

RGB 253 54 92 -
CMYK 0 0.79 0.64 0.01
HSL 348.54º 0.98% 0.6% -
HSV(B) 348.54º 0.79% 0.99% -
XYZ 43.76 24.29 12.51 -
YUV 117.83 113.43 224.41 -
System Red Green Blue C M Y K H S L
Decimal 253 54 92 0 0.79 0.64 0.01 348.54 0.98 0.6
Hex FD 36 5C 0 4F 40 1 15D 62 3C
Octal 375 66 134 0 117 100 1 535 142 74
Binary 11111101 110110 1011100 0 1001111 1000000 1 101011101 1100010 111100

Color Harmonies of #FD365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD365C

Black with #FD365C

Text Example


Text Example

White with #FD365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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