Html Css Color HEX #FD4752 Radical Red

📋 copy color: '#FD4752'

red 253 ◦ green 71 ◦ blue 82

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

Shades of Radical Red #FD4752

Tints of Radical Red #FD4752

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.49%

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

R = 62.32%
G = 17.49%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD4752 (or 0xFD4752) is known color: Radical Red. HEX triplet: FD, 47 and 52. RGB value is (253,71,82). Sum of RGB (Red+Green+Blue) = 253+71+82=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4752 is #02B8AD. Grayscale: #7E7E7E. Windows color (decimal): -178350 or 5392381. OLE color: 5392381.

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

Color convert

RGB 253 71 82 -
CMYK 0 0.72 0.68 0.01
HSL 356.37º 0.98% 0.64% -
HSV(B) 356.37º 0.72% 0.99% -
XYZ 44.28 26 10.67 -
YUV 126.67 102.8 218.11 -
System Red Green Blue C M Y K H S L
Decimal 253 71 82 0 0.72 0.68 0.01 356.37 0.98 0.64
Hex FD 47 52 0 48 44 1 164 62 40
Octal 375 107 122 0 110 104 1 544 142 100
Binary 11111101 1000111 1010010 0 1001000 1000100 1 101100100 1100010 1000000

Color Harmonies of #FD4752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4752

Black with #FD4752

Text Example


Text Example

White with #FD4752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4752; }

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

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

background-color css

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

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

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

border-color css

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

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

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