Html Css Color HEX #FD2756 Radical Red

📋 copy color: '#FD2756'

red 253 ◦ green 39 ◦ blue 86

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

Shades of Radical Red #FD2756

Tints of Radical Red #FD2756

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.32%

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

R = 66.93%
G = 10.32%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FD2756 (or 0xFD2756) is known color: Radical Red. HEX triplet: FD, 27 and 56. RGB value is (253,39,86). Sum of RGB (Red+Green+Blue) = 253+39+86=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2756 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2756 is #02D8A9. Grayscale: #6C6C6C. Windows color (decimal): -186538 or 5646333. OLE color: 5646333.

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

Color convert

RGB 253 39 86 -
CMYK 0 0.85 0.66 0.01
HSL 346.82º 0.98% 0.57% -
HSV(B) 346.82º 0.85% 0.99% -
XYZ 42.91 23.01 10.98 -
YUV 108.34 115.4 231.18 -
System Red Green Blue C M Y K H S L
Decimal 253 39 86 0 0.85 0.66 0.01 346.82 0.98 0.57
Hex FD 27 56 0 55 42 1 15B 62 39
Octal 375 47 126 0 125 102 1 533 142 71
Binary 11111101 100111 1010110 0 1010101 1000010 1 101011011 1100010 111001

Color Harmonies of #FD2756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2756

Black with #FD2756

Text Example


Text Example

White with #FD2756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2756; }

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

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

background-color css

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

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

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

border-color css

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

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

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