Html Css Color HEX #FD1955 Radical Red

📋 copy color: '#FD1955'

red 253 ◦ green 25 ◦ blue 85

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

Shades of Radical Red #FD1955

Tints of Radical Red #FD1955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.89%

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

R = 69.7%
G = 6.89%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FD1955 (or 0xFD1955) is known color: Radical Red. HEX triplet: FD, 19 and 55. RGB value is (253,25,85). Sum of RGB (Red+Green+Blue) = 253+25+85=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1955 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1955 is #02E6AA. Grayscale: #636363. Windows color (decimal): -190123 or 5577213. OLE color: 5577213.

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

Color convert

RGB 253 25 85 -
CMYK 0 0.90 0.66 0.01
HSL 344.21º 0.98% 0.55% -
HSV(B) 344.21º 0.9% 0.99% -
XYZ 42.5 22.23 10.65 -
YUV 100.01 119.54 237.12 -
System Red Green Blue C M Y K H S L
Decimal 253 25 85 0 0.90 0.66 0.01 344.21 0.98 0.55
Hex FD 19 55 0 5A 42 1 158 62 37
Octal 375 31 125 0 132 102 1 530 142 67
Binary 11111101 11001 1010101 0 1011010 1000010 1 101011000 1100010 110111

Color Harmonies of #FD1955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1955

Black with #FD1955

Text Example


Text Example

White with #FD1955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1955; }

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

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

background-color css

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

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

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

border-color css

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

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

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