Html Css Color HEX #FD394C Radical Red

📋 copy color: '#FD394C'

red 253 ◦ green 57 ◦ blue 76

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

Shades of Radical Red #FD394C

Tints of Radical Red #FD394C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.77%

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

R = 65.54%
G = 14.77%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD394C (or 0xFD394C) is known color: Radical Red. HEX triplet: FD, 39 and 4C. RGB value is (253,57,76). Sum of RGB (Red+Green+Blue) = 253+57+76=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD394C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD394C is #02C6B3. Grayscale: #757575. Windows color (decimal): -181940 or 4995581. OLE color: 4995581.

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

Color convert

RGB 253 57 76 -
CMYK 0 0.77 0.70 0.01
HSL 354.18º 0.98% 0.61% -
HSV(B) 354.18º 0.77% 0.99% -
XYZ 43.28 24.33 9.25 -
YUV 117.77 104.43 224.46 -
System Red Green Blue C M Y K H S L
Decimal 253 57 76 0 0.77 0.70 0.01 354.18 0.98 0.61
Hex FD 39 4C 0 4D 46 1 162 62 3D
Octal 375 71 114 0 115 106 1 542 142 75
Binary 11111101 111001 1001100 0 1001101 1000110 1 101100010 1100010 111101

Color Harmonies of #FD394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD394C

Black with #FD394C

Text Example


Text Example

White with #FD394C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD394C; }

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

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

background-color css

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

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

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

border-color css

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

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

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