Html Css Color HEX #FD2557 Radical Red

📋 copy color: '#FD2557'

red 253 ◦ green 37 ◦ blue 87

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

Shades of Radical Red #FD2557

Tints of Radical Red #FD2557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.08%

R = 67.11%
G = 9.81%
B = 23.08%

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

#FD2557 (or 0xFD2557) is known color: Radical Red. HEX triplet: FD, 25 and 57. RGB value is (253,37,87). Sum of RGB (Red+Green+Blue) = 253+37+87=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2557 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2557 is #02DAA8. Grayscale: #6B6B6B. Windows color (decimal): -187049 or 5711357. OLE color: 5711357.

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

Color convert

RGB 253 37 87 -
CMYK 0 0.85 0.66 0.01
HSL 346.11º 0.98% 0.57% -
HSV(B) 346.11º 0.85% 0.99% -
XYZ 42.89 22.89 11.18 -
YUV 107.28 116.56 231.93 -
System Red Green Blue C M Y K H S L
Decimal 253 37 87 0 0.85 0.66 0.01 346.11 0.98 0.57
Hex FD 25 57 0 55 42 1 15A 62 39
Octal 375 45 127 0 125 102 1 532 142 71
Binary 11111101 100101 1010111 0 1010101 1000010 1 101011010 1100010 111001

Color Harmonies of #FD2557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2557

Black with #FD2557

Text Example


Text Example

White with #FD2557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2557; }

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

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

background-color css

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

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

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

border-color css

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

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

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