Html Css Color HEX #FD3250 Radical Red

📋 copy color: '#FD3250'

red 253 ◦ green 50 ◦ blue 80

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

Shades of Radical Red #FD3250

Tints of Radical Red #FD3250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.05%

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

R = 66.06%
G = 13.05%
B = 20.89%

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

#FD3250 (or 0xFD3250) is known color: Radical Red. HEX triplet: FD, 32 and 50. RGB value is (253,50,80). Sum of RGB (Red+Green+Blue) = 253+50+80=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3250 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3250 is #02CDAF. Grayscale: #727272. Windows color (decimal): -183728 or 5255933. OLE color: 5255933.

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

Color convert

RGB 253 50 80 -
CMYK 0 0.80 0.68 0.01
HSL 351.13º 0.98% 0.59% -
HSV(B) 351.13º 0.8% 0.99% -
XYZ 43.1 23.74 9.9 -
YUV 114.12 108.75 227.06 -
System Red Green Blue C M Y K H S L
Decimal 253 50 80 0 0.80 0.68 0.01 351.13 0.98 0.59
Hex FD 32 50 0 50 44 1 15F 62 3B
Octal 375 62 120 0 120 104 1 537 142 73
Binary 11111101 110010 1010000 0 1010000 1000100 1 101011111 1100010 111011

Color Harmonies of #FD3250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3250

Black with #FD3250

Text Example


Text Example

White with #FD3250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3250; }

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

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

background-color css

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

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

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

border-color css

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

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

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