Html Css Color HEX #FD2353 Radical Red

📋 copy color: '#FD2353'

red 253 ◦ green 35 ◦ blue 83

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

Shades of Radical Red #FD2353

Tints of Radical Red #FD2353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.43%

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

R = 68.19%
G = 9.43%
B = 22.37%

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

#FD2353 (or 0xFD2353) is known color: Radical Red. HEX triplet: FD, 23 and 53. RGB value is (253,35,83). Sum of RGB (Red+Green+Blue) = 253+35+83=371 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.19% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2353 is #02DCAC. Grayscale: #696969. Windows color (decimal): -187565 or 5448701. OLE color: 5448701.

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

Color convert

RGB 253 35 83 -
CMYK 0 0.86 0.67 0.01
HSL 346.79º 0.98% 0.56% -
HSV(B) 346.79º 0.86% 0.99% -
XYZ 42.67 22.71 10.32 -
YUV 105.65 115.22 233.1 -
System Red Green Blue C M Y K H S L
Decimal 253 35 83 0 0.86 0.67 0.01 346.79 0.98 0.56
Hex FD 23 53 0 56 43 1 15B 62 38
Octal 375 43 123 0 126 103 1 533 142 70
Binary 11111101 100011 1010011 0 1010110 1000011 1 101011011 1100010 111000

Color Harmonies of #FD2353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2353

Black with #FD2353

Text Example


Text Example

White with #FD2353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2353; }

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

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

background-color css

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

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

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

border-color css

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

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

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