Html Css Color HEX #FD2054 Radical Red

📋 copy color: '#FD2054'

red 253 ◦ green 32 ◦ blue 84

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

Shades of Radical Red #FD2054

Tints of Radical Red #FD2054

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.67%

 BLUE value IS 84 (33.2% from 255) = 22.76%

R = 68.56%
G = 8.67%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FD2054 (or 0xFD2054) is known color: Radical Red. HEX triplet: FD, 20 and 54. RGB value is (253,32,84). Sum of RGB (Red+Green+Blue) = 253+32+84=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2054 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2054 is #02DFAB. Grayscale: #686868. Windows color (decimal): -188332 or 5513469. OLE color: 5513469.

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

Color convert

RGB 253 32 84 -
CMYK 0 0.87 0.67 0.01
HSL 345.88º 0.98% 0.56% -
HSV(B) 345.88º 0.87% 0.99% -
XYZ 42.62 22.56 10.49 -
YUV 104.01 116.72 234.27 -
System Red Green Blue C M Y K H S L
Decimal 253 32 84 0 0.87 0.67 0.01 345.88 0.98 0.56
Hex FD 20 54 0 57 43 1 15A 62 38
Octal 375 40 124 0 127 103 1 532 142 70
Binary 11111101 100000 1010100 0 1010111 1000011 1 101011010 1100010 111000

Color Harmonies of #FD2054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2054

Black with #FD2054

Text Example


Text Example

White with #FD2054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2054; }

 p { color: rgb(253,32,84); }

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

background-color css

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

 a { background-color: rgb(253,32,84); }

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

border-color css

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

 span { border-color: rgb(253,32,84); }

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