Html Css Color HEX #FD2453 Radical Red

📋 copy color: '#FD2453'

red 253 ◦ green 36 ◦ blue 83

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

Shades of Radical Red #FD2453

Tints of Radical Red #FD2453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.31%

R = 68.01%
G = 9.68%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FD2453 (or 0xFD2453) is known color: Radical Red. HEX triplet: FD, 24 and 53. RGB value is (253,36,83). Sum of RGB (Red+Green+Blue) = 253+36+83=372 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.01% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2453 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2453 is #02DBAC. Grayscale: #6A6A6A. Windows color (decimal): -187309 or 5448957. OLE color: 5448957.

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

Color convert

RGB 253 36 83 -
CMYK 0 0.86 0.67 0.01
HSL 347º 0.98% 0.57% -
HSV(B) 347º 0.86% 0.99% -
XYZ 42.7 22.77 10.33 -
YUV 106.24 114.89 232.68 -
System Red Green Blue C M Y K H S L
Decimal 253 36 83 0 0.86 0.67 0.01 347 0.98 0.57
Hex FD 24 53 0 56 43 1 15B 62 39
Octal 375 44 123 0 126 103 1 533 142 71
Binary 11111101 100100 1010011 0 1010110 1000011 1 101011011 1100010 111001

Color Harmonies of #FD2453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2453

Black with #FD2453

Text Example


Text Example

White with #FD2453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2453; }

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

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

background-color css

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

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

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

border-color css

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

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

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