Html Css Color HEX #FD3350 Radical Red

📋 copy color: '#FD3350'

red 253 ◦ green 51 ◦ blue 80

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

Shades of Radical Red #FD3350

Tints of Radical Red #FD3350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.28%

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

R = 65.89%
G = 13.28%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD3350 (or 0xFD3350) is known color: Radical Red. HEX triplet: FD, 33 and 50. RGB value is (253,51,80). Sum of RGB (Red+Green+Blue) = 253+51+80=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3350 is #02CCAF. Grayscale: #727272. Windows color (decimal): -183472 or 5256189. OLE color: 5256189.

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

Color convert

RGB 253 51 80 -
CMYK 0 0.80 0.68 0.01
HSL 351.39º 0.98% 0.6% -
HSV(B) 351.39º 0.8% 0.99% -
XYZ 43.14 23.83 9.92 -
YUV 114.7 108.42 226.64 -
System Red Green Blue C M Y K H S L
Decimal 253 51 80 0 0.80 0.68 0.01 351.39 0.98 0.6
Hex FD 33 50 0 50 44 1 15F 62 3C
Octal 375 63 120 0 120 104 1 537 142 74
Binary 11111101 110011 1010000 0 1010000 1000100 1 101011111 1100010 111100

Color Harmonies of #FD3350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3350

Black with #FD3350

Text Example


Text Example

White with #FD3350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3350; }

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

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

background-color css

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

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

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

border-color css

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

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

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