Html Css Color HEX #FF324C Radical Red

📋 copy color: '#FF324C'

red 255 ◦ green 50 ◦ blue 76

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

Shades of Radical Red #FF324C

Tints of Radical Red #FF324C

RGB

 RED value IS 255 (100% from 255) = 66.93%

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

 BLUE value IS 76 (30.08% from 255) = 19.95%

R = 66.93%
G = 13.12%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FF324C (or 0xFF324C) is known color: Radical Red. HEX triplet: FF, 32 and 4C. RGB value is (255,50,76). Sum of RGB (Red+Green+Blue) = 255+50+76=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF324C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF324C is #00CDB3. Grayscale: #727272. Windows color (decimal): -52660 or 4993791. OLE color: 4993791.

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

Color convert

RGB 255 50 76 -
CMYK 0 0.80 0.70 0
HSL 352.39º 1% 0.6% -
HSV(B) 352.39º 0.8% 1% -
XYZ 43.69 24.06 9.18 -
YUV 114.26 106.42 228.39 -
System Red Green Blue C M Y K H S L
Decimal 255 50 76 0 0.80 0.70 0 352.39 1 0.6
Hex FF 32 4C 0 50 46 0 160 64 3C
Octal 377 62 114 0 120 106 0 540 144 74
Binary 11111111 110010 1001100 0 1010000 1000110 0 101100000 1100100 111100

Color Harmonies of #FF324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF324C

Black with #FF324C

Text Example


Text Example

White with #FF324C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF324C; }

 p { color: rgb(255,50,76); }

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

background-color css

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

 a { background-color: rgb(255,50,76); }

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

border-color css

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

 span { border-color: rgb(255,50,76); }

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