Html Css Color HEX #FD2256 Radical Red

📋 copy color: '#FD2256'

red 253 ◦ green 34 ◦ blue 86

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

Shades of Radical Red #FD2256

Tints of Radical Red #FD2256

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.12%

 BLUE value IS 86 (33.98% from 255) = 23.06%

R = 67.83%
G = 9.12%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FD2256 (or 0xFD2256) is known color: Radical Red. HEX triplet: FD, 22 and 56. RGB value is (253,34,86). Sum of RGB (Red+Green+Blue) = 253+34+86=373 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.83% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2256 is #02DDA9. Grayscale: #696969. Windows color (decimal): -187818 or 5645053. OLE color: 5645053.

HSL color Cylindrical-coordinate representation of color #FD2256: hue angle of 345.75º 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 #FD2256 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 34 86 -
CMYK 0 0.87 0.66 0.01
HSL 345.75º 0.98% 0.56% -
HSV(B) 345.75º 0.87% 0.99% -
XYZ 42.76 22.7 10.93 -
YUV 105.41 117.05 233.27 -
System Red Green Blue C M Y K H S L
Decimal 253 34 86 0 0.87 0.66 0.01 345.75 0.98 0.56
Hex FD 22 56 0 57 42 1 15A 62 38
Octal 375 42 126 0 127 102 1 532 142 70
Binary 11111101 100010 1010110 0 1010111 1000010 1 101011010 1100010 111000

Color Harmonies of #FD2256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2256

Black with #FD2256

Text Example


Text Example

White with #FD2256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2256; }

 p { color: rgb(253,34,86); }

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

background-color css

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

 a { background-color: rgb(253,34,86); }

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

border-color css

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

 span { border-color: rgb(253,34,86); }

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