Html Css Color HEX #FD2450 Radical Red

📋 copy color: '#FD2450'

red 253 ◦ green 36 ◦ blue 80

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

Shades of Radical Red #FD2450

Tints of Radical Red #FD2450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.76%

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

R = 68.56%
G = 9.76%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD2450 (or 0xFD2450) is known color: Radical Red. HEX triplet: FD, 24 and 50. RGB value is (253,36,80). Sum of RGB (Red+Green+Blue) = 253+36+80=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2450 is #02DBAF. Grayscale: #696969. Windows color (decimal): -187312 or 5252349. OLE color: 5252349.

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

Color convert

RGB 253 36 80 -
CMYK 0 0.86 0.68 0.01
HSL 347.83º 0.98% 0.57% -
HSV(B) 347.83º 0.86% 0.99% -
XYZ 42.59 22.72 9.73 -
YUV 105.9 113.39 232.92 -
System Red Green Blue C M Y K H S L
Decimal 253 36 80 0 0.86 0.68 0.01 347.83 0.98 0.57
Hex FD 24 50 0 56 44 1 15C 62 39
Octal 375 44 120 0 126 104 1 534 142 71
Binary 11111101 100100 1010000 0 1010110 1000100 1 101011100 1100010 111001

Color Harmonies of #FD2450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2450

Black with #FD2450

Text Example


Text Example

White with #FD2450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2450; }

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

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

background-color css

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

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

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

border-color css

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

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

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