Html Css Color HEX #FD324E Radical Red

📋 copy color: '#FD324E'

red 253 ◦ green 50 ◦ blue 78

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

Shades of Radical Red #FD324E

Tints of Radical Red #FD324E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.47%

R = 66.4%
G = 13.12%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FD324E (or 0xFD324E) is known color: Radical Red. HEX triplet: FD, 32 and 4E. RGB value is (253,50,78). Sum of RGB (Red+Green+Blue) = 253+50+78=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD324E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD324E is #02CDB1. Grayscale: #717171. Windows color (decimal): -183730 or 5124861. OLE color: 5124861.

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

Color convert

RGB 253 50 78 -
CMYK 0 0.80 0.69 0.01
HSL 351.72º 0.98% 0.59% -
HSV(B) 351.72º 0.8% 0.99% -
XYZ 43.02 23.71 9.52 -
YUV 113.89 107.75 227.22 -
System Red Green Blue C M Y K H S L
Decimal 253 50 78 0 0.80 0.69 0.01 351.72 0.98 0.59
Hex FD 32 4E 0 50 45 1 160 62 3B
Octal 375 62 116 0 120 105 1 540 142 73
Binary 11111101 110010 1001110 0 1010000 1000101 1 101100000 1100010 111011

Color Harmonies of #FD324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD324E

Black with #FD324E

Text Example


Text Example

White with #FD324E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD324E; }

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

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

background-color css

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

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

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

border-color css

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

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

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