Html Css Color HEX #FD4053 Radical Red

📋 copy color: '#FD4053'

red 253 ◦ green 64 ◦ blue 83

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

Shades of Radical Red #FD4053

Tints of Radical Red #FD4053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16%

 BLUE value IS 83 (32.81% from 255) = 20.75%

R = 63.25%
G = 16%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FD4053 (or 0xFD4053) is known color: Radical Red. HEX triplet: FD, 40 and 53. RGB value is (253,64,83). Sum of RGB (Red+Green+Blue) = 253+64+83=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4053 is #02BFAC. Grayscale: #7A7A7A. Windows color (decimal): -180141 or 5456125. OLE color: 5456125.

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

Color convert

RGB 253 64 83 -
CMYK 0 0.75 0.67 0.01
HSL 353.97º 0.98% 0.62% -
HSV(B) 353.97º 0.75% 0.99% -
XYZ 43.9 25.17 10.73 -
YUV 122.68 105.62 220.96 -
System Red Green Blue C M Y K H S L
Decimal 253 64 83 0 0.75 0.67 0.01 353.97 0.98 0.62
Hex FD 40 53 0 4B 43 1 162 62 3E
Octal 375 100 123 0 113 103 1 542 142 76
Binary 11111101 1000000 1010011 0 1001011 1000011 1 101100010 1100010 111110

Color Harmonies of #FD4053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4053

Black with #FD4053

Text Example


Text Example

White with #FD4053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4053; }

 p { color: rgb(253,64,83); }

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

background-color css

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

 a { background-color: rgb(253,64,83); }

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

border-color css

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

 span { border-color: rgb(253,64,83); }

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