Html Css Color HEX #FD3E50 Radical Red

📋 copy color: '#FD3E50'

red 253 ◦ green 62 ◦ blue 80

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

Shades of Radical Red #FD3E50

Tints of Radical Red #FD3E50

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.7%

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

R = 64.05%
G = 15.7%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD3E50 (or 0xFD3E50) is known color: Radical Red. HEX triplet: FD, 3E and 50. RGB value is (253,62,80). Sum of RGB (Red+Green+Blue) = 253+62+80=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3E50 is #02C1AF. Grayscale: #797979. Windows color (decimal): -180656 or 5259005. OLE color: 5259005.

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

Color convert

RGB 253 62 80 -
CMYK 0 0.75 0.68 0.01
HSL 354.35º 0.98% 0.62% -
HSV(B) 354.35º 0.75% 0.99% -
XYZ 43.68 24.91 10.09 -
YUV 121.16 104.78 222.04 -
System Red Green Blue C M Y K H S L
Decimal 253 62 80 0 0.75 0.68 0.01 354.35 0.98 0.62
Hex FD 3E 50 0 4B 44 1 162 62 3E
Octal 375 76 120 0 113 104 1 542 142 76
Binary 11111101 111110 1010000 0 1001011 1000100 1 101100010 1100010 111110

Color Harmonies of #FD3E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3E50

Black with #FD3E50

Text Example


Text Example

White with #FD3E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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