Html Css Color HEX #FD2655 Radical Red

📋 copy color: '#FD2655'

red 253 ◦ green 38 ◦ blue 85

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

Shades of Radical Red #FD2655

Tints of Radical Red #FD2655

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.11%

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

R = 67.29%
G = 10.11%
B = 22.61%

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

#FD2655 (or 0xFD2655) is known color: Radical Red. HEX triplet: FD, 26 and 55. RGB value is (253,38,85). Sum of RGB (Red+Green+Blue) = 253+38+85=376 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.29% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2655 is #02D9AA. Grayscale: #6B6B6B. Windows color (decimal): -186795 or 5580541. OLE color: 5580541.

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

Color convert

RGB 253 38 85 -
CMYK 0 0.85 0.66 0.01
HSL 346.88º 0.98% 0.57% -
HSV(B) 346.88º 0.85% 0.99% -
XYZ 42.84 22.92 10.76 -
YUV 107.64 115.23 231.68 -
System Red Green Blue C M Y K H S L
Decimal 253 38 85 0 0.85 0.66 0.01 346.88 0.98 0.57
Hex FD 26 55 0 55 42 1 15B 62 39
Octal 375 46 125 0 125 102 1 533 142 71
Binary 11111101 100110 1010101 0 1010101 1000010 1 101011011 1100010 111001

Color Harmonies of #FD2655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2655

Black with #FD2655

Text Example


Text Example

White with #FD2655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2655; }

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

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

background-color css

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

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

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

border-color css

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

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

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