Html Css Color HEX #FD4952 Radical Red

📋 copy color: '#FD4952'

red 253 ◦ green 73 ◦ blue 82

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

Shades of Radical Red #FD4952

Tints of Radical Red #FD4952

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.89%

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

R = 62.01%
G = 17.89%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD4952 (or 0xFD4952) is known color: Radical Red. HEX triplet: FD, 49 and 52. RGB value is (253,73,82). Sum of RGB (Red+Green+Blue) = 253+73+82=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4952 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4952 is #02B6AD. Grayscale: #7F7F7F. Windows color (decimal): -177838 or 5392893. OLE color: 5392893.

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

Color convert

RGB 253 73 82 -
CMYK 0 0.71 0.68 0.01
HSL 357º 0.98% 0.64% -
HSV(B) 357º 0.71% 0.99% -
XYZ 44.41 26.26 10.71 -
YUV 127.85 102.13 217.27 -
System Red Green Blue C M Y K H S L
Decimal 253 73 82 0 0.71 0.68 0.01 357 0.98 0.64
Hex FD 49 52 0 47 44 1 165 62 40
Octal 375 111 122 0 107 104 1 545 142 100
Binary 11111101 1001001 1010010 0 1000111 1000100 1 101100101 1100010 1000000

Color Harmonies of #FD4952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4952

Black with #FD4952

Text Example


Text Example

White with #FD4952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4952; }

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

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

background-color css

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

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

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

border-color css

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

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

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