Html Css Color HEX #FD2555 Radical Red

📋 copy color: '#FD2555'

red 253 ◦ green 37 ◦ blue 85

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

Shades of Radical Red #FD2555

Tints of Radical Red #FD2555

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.87%

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

R = 67.47%
G = 9.87%
B = 22.67%

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

#FD2555 (or 0xFD2555) is known color: Radical Red. HEX triplet: FD, 25 and 55. RGB value is (253,37,85). Sum of RGB (Red+Green+Blue) = 253+37+85=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2555 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2555 is #02DAAA. Grayscale: #6B6B6B. Windows color (decimal): -187051 or 5580285. OLE color: 5580285.

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

Color convert

RGB 253 37 85 -
CMYK 0 0.85 0.66 0.01
HSL 346.67º 0.98% 0.57% -
HSV(B) 346.67º 0.85% 0.99% -
XYZ 42.81 22.86 10.75 -
YUV 107.06 115.56 232.1 -
System Red Green Blue C M Y K H S L
Decimal 253 37 85 0 0.85 0.66 0.01 346.67 0.98 0.57
Hex FD 25 55 0 55 42 1 15B 62 39
Octal 375 45 125 0 125 102 1 533 142 71
Binary 11111101 100101 1010101 0 1010101 1000010 1 101011011 1100010 111001

Color Harmonies of #FD2555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2555

Black with #FD2555

Text Example


Text Example

White with #FD2555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2555; }

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

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

background-color css

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

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

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

border-color css

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

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

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