Html Css Color HEX #FD3749 Radical Red

📋 copy color: '#FD3749'

red 253 ◦ green 55 ◦ blue 73

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

Shades of Radical Red #FD3749

Tints of Radical Red #FD3749

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.44%

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

R = 66.4%
G = 14.44%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD3749 (or 0xFD3749) is known color: Radical Red. HEX triplet: FD, 37 and 49. RGB value is (253,55,73). Sum of RGB (Red+Green+Blue) = 253+55+73=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3749 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3749 is #02C8B6. Grayscale: #747474. Windows color (decimal): -182455 or 4798461. OLE color: 4798461.

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

Color convert

RGB 253 55 73 -
CMYK 0 0.78 0.71 0.01
HSL 354.55º 0.98% 0.6% -
HSV(B) 354.55º 0.78% 0.99% -
XYZ 43.08 24.1 8.68 -
YUV 116.25 103.6 225.54 -
System Red Green Blue C M Y K H S L
Decimal 253 55 73 0 0.78 0.71 0.01 354.55 0.98 0.6
Hex FD 37 49 0 4E 47 1 163 62 3C
Octal 375 67 111 0 116 107 1 543 142 74
Binary 11111101 110111 1001001 0 1001110 1000111 1 101100011 1100010 111100

Color Harmonies of #FD3749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3749

Black with #FD3749

Text Example


Text Example

White with #FD3749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3749; }

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

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

background-color css

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

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

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

border-color css

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

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

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