Html Css Color HEX #FD364C Radical Red

📋 copy color: '#FD364C'

red 253 ◦ green 54 ◦ blue 76

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

Shades of Radical Red #FD364C

Tints of Radical Red #FD364C

RGB

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

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

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

R = 66.06%
G = 14.1%
B = 19.84%

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

#FD364C (or 0xFD364C) is known color: Radical Red. HEX triplet: FD, 36 and 4C. RGB value is (253,54,76). Sum of RGB (Red+Green+Blue) = 253+54+76=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD364C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD364C is #02C9B3. Grayscale: #747474. Windows color (decimal): -182708 or 4994813. OLE color: 4994813.

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

Color convert

RGB 253 54 76 -
CMYK 0 0.79 0.70 0.01
HSL 353.37º 0.98% 0.6% -
HSV(B) 353.37º 0.79% 0.99% -
XYZ 43.13 24.04 9.2 -
YUV 116.01 105.43 225.71 -
System Red Green Blue C M Y K H S L
Decimal 253 54 76 0 0.79 0.70 0.01 353.37 0.98 0.6
Hex FD 36 4C 0 4F 46 1 161 62 3C
Octal 375 66 114 0 117 106 1 541 142 74
Binary 11111101 110110 1001100 0 1001111 1000110 1 101100001 1100010 111100

Color Harmonies of #FD364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD364C

Black with #FD364C

Text Example


Text Example

White with #FD364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD364C; }

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

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

background-color css

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

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

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

border-color css

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

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

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