Html Css Color HEX #FD3752 Radical Red

📋 copy color: '#FD3752'

red 253 ◦ green 55 ◦ blue 82

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

Shades of Radical Red #FD3752

Tints of Radical Red #FD3752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.03%

R = 64.87%
G = 14.1%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD3752 (or 0xFD3752) is known color: Radical Red. HEX triplet: FD, 37 and 52. RGB value is (253,55,82). Sum of RGB (Red+Green+Blue) = 253+55+82=390 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.87% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3752 is #02C8AD. Grayscale: #757575. Windows color (decimal): -182446 or 5388285. OLE color: 5388285.

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

Color convert

RGB 253 55 82 -
CMYK 0 0.78 0.68 0.01
HSL 351.82º 0.98% 0.6% -
HSV(B) 351.82º 0.78% 0.99% -
XYZ 43.4 24.22 10.37 -
YUV 117.28 108.1 224.8 -
System Red Green Blue C M Y K H S L
Decimal 253 55 82 0 0.78 0.68 0.01 351.82 0.98 0.6
Hex FD 37 52 0 4E 44 1 160 62 3C
Octal 375 67 122 0 116 104 1 540 142 74
Binary 11111101 110111 1010010 0 1001110 1000100 1 101100000 1100010 111100

Color Harmonies of #FD3752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3752

Black with #FD3752

Text Example


Text Example

White with #FD3752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3752; }

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

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

background-color css

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

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

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

border-color css

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

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

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