Html Css Color HEX #FD2550 Radical Red

📋 copy color: '#FD2550'

red 253 ◦ green 37 ◦ blue 80

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

Shades of Radical Red #FD2550

Tints of Radical Red #FD2550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.62%

R = 68.38%
G = 10%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD2550 (or 0xFD2550) is known color: Radical Red. HEX triplet: FD, 25 and 50. RGB value is (253,37,80). Sum of RGB (Red+Green+Blue) = 253+37+80=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2550 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2550 is #02DAAF. Grayscale: #6A6A6A. Windows color (decimal): -187056 or 5252605. OLE color: 5252605.

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

Color convert

RGB 253 37 80 -
CMYK 0 0.85 0.68 0.01
HSL 348.06º 0.98% 0.57% -
HSV(B) 348.06º 0.85% 0.99% -
XYZ 42.62 22.78 9.74 -
YUV 106.49 113.06 232.5 -
System Red Green Blue C M Y K H S L
Decimal 253 37 80 0 0.85 0.68 0.01 348.06 0.98 0.57
Hex FD 25 50 0 55 44 1 15C 62 39
Octal 375 45 120 0 125 104 1 534 142 71
Binary 11111101 100101 1010000 0 1010101 1000100 1 101011100 1100010 111001

Color Harmonies of #FD2550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2550

Black with #FD2550

Text Example


Text Example

White with #FD2550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2550; }

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

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

background-color css

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

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

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

border-color css

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

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

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