Html Css Color HEX #FD2753 Radical Red

📋 copy color: '#FD2753'

red 253 ◦ green 39 ◦ blue 83

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

Shades of Radical Red #FD2753

Tints of Radical Red #FD2753

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.4%

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

R = 67.47%
G = 10.4%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FD2753 (or 0xFD2753) is known color: Radical Red. HEX triplet: FD, 27 and 53. RGB value is (253,39,83). Sum of RGB (Red+Green+Blue) = 253+39+83=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2753 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2753 is #02D8AC. Grayscale: #6C6C6C. Windows color (decimal): -186541 or 5449725. OLE color: 5449725.

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

Color convert

RGB 253 39 83 -
CMYK 0 0.85 0.67 0.01
HSL 347.66º 0.98% 0.57% -
HSV(B) 347.66º 0.85% 0.99% -
XYZ 42.79 22.96 10.36 -
YUV 108 113.9 231.42 -
System Red Green Blue C M Y K H S L
Decimal 253 39 83 0 0.85 0.67 0.01 347.66 0.98 0.57
Hex FD 27 53 0 55 43 1 15C 62 39
Octal 375 47 123 0 125 103 1 534 142 71
Binary 11111101 100111 1010011 0 1010101 1000011 1 101011100 1100010 111001

Color Harmonies of #FD2753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2753

Black with #FD2753

Text Example


Text Example

White with #FD2753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2753; }

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

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

background-color css

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

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

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

border-color css

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

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

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