Html Css Color HEX #FD2351 Radical Red

📋 copy color: '#FD2351'

red 253 ◦ green 35 ◦ blue 81

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

Shades of Radical Red #FD2351

Tints of Radical Red #FD2351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.95%

R = 68.56%
G = 9.49%
B = 21.95%

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

#FD2351 (or 0xFD2351) is known color: Radical Red. HEX triplet: FD, 23 and 51. RGB value is (253,35,81). Sum of RGB (Red+Green+Blue) = 253+35+81=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2351 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2351 is #02DCAE. Grayscale: #696969. Windows color (decimal): -187567 or 5317629. OLE color: 5317629.

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

Color convert

RGB 253 35 81 -
CMYK 0 0.86 0.68 0.01
HSL 347.34º 0.98% 0.56% -
HSV(B) 347.34º 0.86% 0.99% -
XYZ 42.59 22.68 9.92 -
YUV 105.43 114.22 233.26 -
System Red Green Blue C M Y K H S L
Decimal 253 35 81 0 0.86 0.68 0.01 347.34 0.98 0.56
Hex FD 23 51 0 56 44 1 15B 62 38
Octal 375 43 121 0 126 104 1 533 142 70
Binary 11111101 100011 1010001 0 1010110 1000100 1 101011011 1100010 111000

Color Harmonies of #FD2351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2351

Black with #FD2351

Text Example


Text Example

White with #FD2351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2351; }

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

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

background-color css

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

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

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

border-color css

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

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

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