Html Css Color HEX #FD2959 Radical Red

📋 copy color: '#FD2959'

red 253 ◦ green 41 ◦ blue 89

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

Shades of Radical Red #FD2959

Tints of Radical Red #FD2959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.7%

 BLUE value IS 89 (35.16% from 255) = 23.24%

R = 66.06%
G = 10.7%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FD2959 (or 0xFD2959) is known color: Radical Red. HEX triplet: FD, 29 and 59. RGB value is (253,41,89). Sum of RGB (Red+Green+Blue) = 253+41+89=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2959 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2959 is #02D6A6. Grayscale: #6D6D6D. Windows color (decimal): -186023 or 5843453. OLE color: 5843453.

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

Color convert

RGB 253 41 89 -
CMYK 0 0.84 0.65 0.01
HSL 346.42º 0.98% 0.58% -
HSV(B) 346.42º 0.84% 0.99% -
XYZ 43.1 23.19 11.66 -
YUV 109.86 116.24 230.1 -
System Red Green Blue C M Y K H S L
Decimal 253 41 89 0 0.84 0.65 0.01 346.42 0.98 0.58
Hex FD 29 59 0 54 41 1 15A 62 3A
Octal 375 51 131 0 124 101 1 532 142 72
Binary 11111101 101001 1011001 0 1010100 1000001 1 101011010 1100010 111010

Color Harmonies of #FD2959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2959

Black with #FD2959

Text Example


Text Example

White with #FD2959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2959; }

 p { color: rgb(253,41,89); }

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

background-color css

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

 a { background-color: rgb(253,41,89); }

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

border-color css

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

 span { border-color: rgb(253,41,89); }

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