Html Css Color HEX #FD3C49 Radical Red

📋 copy color: '#FD3C49'

red 253 ◦ green 60 ◦ blue 73

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

Shades of Radical Red #FD3C49

Tints of Radical Red #FD3C49

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.54%

 BLUE value IS 73 (28.91% from 255) = 18.91%

R = 65.54%
G = 15.54%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD3C49 (or 0xFD3C49) is known color: Radical Red. HEX triplet: FD, 3C and 49. RGB value is (253,60,73). Sum of RGB (Red+Green+Blue) = 253+60+73=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3C49 is #02C3B6. Grayscale: #777777. Windows color (decimal): -181175 or 4799741. OLE color: 4799741.

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

Color convert

RGB 253 60 73 -
CMYK 0 0.76 0.71 0.01
HSL 355.96º 0.98% 0.61% -
HSV(B) 355.96º 0.76% 0.99% -
XYZ 43.33 24.6 8.77 -
YUV 119.19 101.94 223.44 -
System Red Green Blue C M Y K H S L
Decimal 253 60 73 0 0.76 0.71 0.01 355.96 0.98 0.61
Hex FD 3C 49 0 4C 47 1 164 62 3D
Octal 375 74 111 0 114 107 1 544 142 75
Binary 11111101 111100 1001001 0 1001100 1000111 1 101100100 1100010 111101

Color Harmonies of #FD3C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3C49

Black with #FD3C49

Text Example


Text Example

White with #FD3C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3C49; }

 p { color: rgb(253,60,73); }

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

background-color css

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

 a { background-color: rgb(253,60,73); }

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

border-color css

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

 span { border-color: rgb(253,60,73); }

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