Html Css Color HEX #FD5255 Radical Red

📋 copy color: '#FD5255'

red 253 ◦ green 82 ◦ blue 85

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

Shades of Radical Red #FD5255

Tints of Radical Red #FD5255

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.52%

 BLUE value IS 85 (33.59% from 255) = 20.24%

R = 60.24%
G = 19.52%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FD5255 (or 0xFD5255) is known color: Radical Red. HEX triplet: FD, 52 and 55. RGB value is (253,82,85). Sum of RGB (Red+Green+Blue) = 253+82+85=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5255 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5255 is #02ADAA. Grayscale: #858585. Windows color (decimal): -175531 or 5591805. OLE color: 5591805.

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

Color convert

RGB 253 82 85 -
CMYK 0 0.68 0.66 0.01
HSL 358.95º 0.98% 0.66% -
HSV(B) 358.95º 0.68% 0.99% -
XYZ 45.17 27.57 11.54 -
YUV 133.47 100.65 213.26 -
System Red Green Blue C M Y K H S L
Decimal 253 82 85 0 0.68 0.66 0.01 358.95 0.98 0.66
Hex FD 52 55 0 44 42 1 167 62 42
Octal 375 122 125 0 104 102 1 547 142 102
Binary 11111101 1010010 1010101 0 1000100 1000010 1 101100111 1100010 1000010

Color Harmonies of #FD5255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5255

Black with #FD5255

Text Example


Text Example

White with #FD5255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5255; }

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

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

background-color css

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

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

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

border-color css

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

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

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